Home
last modified time | relevance | path

Searched refs:LWS_WITH_HTTP2 (Results 1 – 24 of 24) sorted by relevance

/external/libwebsockets/lib/plat/freertos/
Dfreertos-init.c54 #if defined(LWS_WITH_HTTP2)
109 #if defined(LWS_WITH_HTTP2) in lws_plat_init()
Dfreertos-sockets.c34 #if defined(LWS_WITH_HTTP2) in lws_send_pipe_choked()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c20 #if defined(LWS_WITH_HTTP2)
54 #if defined(LWS_WITH_HTTP2) in callback_http()
86 #if defined(LWS_WITH_HTTP2) in callback_http()
179 #if defined(LWS_WITH_HTTP2) in system_notify_cb()
/external/libwebsockets/lib/roles/http/
Dheader.c43 #ifdef LWS_WITH_HTTP2 in lws_add_http_header_by_name()
71 #ifdef LWS_WITH_HTTP2 in lws_finalize_http_header()
113 #ifdef LWS_WITH_HTTP2 in lws_add_http_header_by_token()
292 #ifdef LWS_WITH_HTTP2 in lws_add_http_header_status()
439 #if defined(LWS_WITH_HTTP2) in lws_return_http_status()
/external/libwebsockets/include/
Dlws_config.h124 #define LWS_WITH_HTTP2 macro
/external/libwebsockets/lib/roles/ws/
Dserver-ws.c349 #if defined(LWS_WITH_HTTP2) in lws_process_ws_upgrade2()
428 #if defined(LWS_WITH_HTTP2) in lws_process_ws_upgrade()
461 #if defined(LWS_WITH_HTTP2) in lws_process_ws_upgrade()
Dops-ws.c948 #if defined(LWS_WITH_HTTP2) in rops_handle_POLLIN_ws()
1044 #if defined(LWS_WITH_HTTP2) in rops_handle_POLLIN_ws()
1908 #if defined(LWS_WITH_HTTP2) in rops_close_kill_connection_ws()
1921 #if defined(LWS_WITH_HTTP2) in rops_callback_on_writable_ws()
2018 #if defined(LWS_WITH_HTTP2) in rops_issue_keepalive_ws()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
DCMakeLists.txt70 require_lws_config(LWS_WITH_HTTP2 1 requirements)
/external/libwebsockets/lib/plat/optee/
Dnetwork.c50 #if defined(LWS_WITH_HTTP2) in lws_send_pipe_choked()
/external/libwebsockets/cmake/
Dlws_config.h.in124 #cmakedefine LWS_WITH_HTTP2
/external/libwebsockets/lib/roles/http/server/
Dserver.c33 #ifdef LWS_WITH_HTTP2
933 #ifdef LWS_WITH_HTTP2
1208 #if defined(LWS_WITH_HTTP2) in lws_http_proxy_start()
1935 #if defined(LWS_WITH_HTTP2) in lws_handshake_server()
1939 #if defined(LWS_WITH_HTTP2) in lws_handshake_server()
2161 #if defined(LWS_WITH_HTTP2) in lws_handshake_server()
2192 #if defined(LWS_WITH_HTTP2) in lws_handshake_server()
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c35 #if defined(LWS_WITH_HTTP2) in lws_send_pipe_choked()
/external/libwebsockets/
DCMakeLists.txt39 option(LWS_WITH_HTTP2 "Compile with server support for HTTP/2" ON) option
211 set(LWS_WITH_HTTP2 1) variable
225 set(LWS_WITH_HTTP2 1) variable
272 set(LWS_WITH_HTTP2 0) variable
391 if (LWS_WITH_HTTP2 AND LWS_WITHOUT_SERVER)
392 set(LWS_WITH_HTTP2 0) variable
396 if (LWS_WITH_HTTP2)
795 if (LWS_WITH_HTTP2)
796 set(LWS_WITH_HTTP2 1) variable
1496 if (LWS_WITH_HTTP2 AND NOT LWS_WITHOUT_SERVER)
[all …]
Dchangelog145 - LWS_WITH_HTTP2: now defaults ON
403 - HTTP/2 server support is now mature and usable! LWS_WITH_HTTP2=1 enables it.
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c50 #if defined(LWS_WITH_HTTP2) in lws_send_pipe_choked()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h330 #if defined(LWS_WITH_HTTP2)
Dcontext.c240 #if defined(LWS_WITH_HTTP2) in lws_create_context()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c63 #if defined (LWS_WITH_HTTP2) in lws_client_create_tls()
247 #if defined (LWS_WITH_HTTP2) in lws_client_socket_service()
Dclient-handshake.c1223 #if defined(LWS_WITH_HTTP2)
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c143 #ifdef LWS_WITH_HTTP2 in lws_cgi()
794 #if defined(LWS_WITH_HTTP2) in lws_cgi_write_split_stdout_headers()
/external/libwebsockets/lib/core-net/
Dclose.c264 #if defined(LWS_WITH_HTTP2) in __lws_close_free_wsi()
Ddummy-callback.c117 #if defined(LWS_WITH_HTTP2) in lws_callback_ws_proxy()
Dwsi.c97 #if defined(LWS_WITH_HTTP2) || defined(LWS_ROLE_MQTT) in lws_get_network_wsi()
Dvhost.c1489 #if defined(LWS_WITH_HTTP2)