Home
last modified time | relevance | path

Searched refs:LWS_ROLE_H1 (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/libwebsockets/
DCMakeLists-implied-options.txt139 set(LWS_ROLE_H1 0)
295 if (NOT LWS_ROLE_H1 AND LWS_ROLE_H2)
296 message(FATAL_ERROR "H2 requires LWS_ROLE_H1")
299 if (NOT LWS_ROLE_H1 AND LWS_ROLE_WS)
300 message(FATAL_ERROR "WS requires LWS_ROLE_H1")
303 if (NOT LWS_ROLE_H1 AND LWS_ROLE_CGI)
304 message(FATAL_ERROR "CGI requires LWS_ROLE_H1")
309 if (NOT LWS_ROLE_H1 AND NOT LWS_ROLE_H2 AND LWS_WITH_HTTP_PROXY)
310 message(FATAL_ERROR "LWS_WITH_LWSWS requires LWS_ROLE_H1")
313 if (NOT LWS_ROLE_H1 AND NOT LWS_ROLE_H2 AND LWS_WITH_HTTP_PROXY)
[all …]
/third_party/libwebsockets/lib/core-net/client/
Dclient.c58 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_set_proxy()
64 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_set_proxy()
Dconnect4.c53 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_client_connect_4_established()
134 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/
DCMakeLists.txt42 if (LWS_ROLE_H1 OR LWS_ROLE_H2)
46 if (LWS_ROLE_H1)
78 if (LWS_WITH_CLIENT AND (LWS_ROLE_H1 OR LWS_ROLE_H2))
/third_party/libwebsockets/include/
Dlws_config.h152 #define LWS_ROLE_H1 macro
364 #define LWS_ROLE_H1 macro
/third_party/libwebsockets/lib/misc/
Dpeer-limits.c243 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_peer_dump_from_wsi()
269 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_peer_track_wsi_close()
288 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c95 #if defined(LWS_CLIENT_HTTP_PROXYING) && (defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)) in lws_http_client_socket_service()
319 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_http_client_socket_service()
349 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_http_client_socket_service()
385 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) in lws_http_client_socket_service()
498 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)
582 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)
622 #if defined(LWS_ROLE_H1) in lws_client_interpret_server_handshake()
881 #if defined(LWS_ROLE_H1) in lws_client_interpret_server_handshake()
1299 #if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-fallback-http-server/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
DCMakeLists.txt11 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/
DCMakeLists.txt12 require_lws_config(LWS_ROLE_H1 1 requirements)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
DCMakeLists.txt14 require_lws_config(LWS_ROLE_H1 1 requirements)

1234