Home
last modified time | relevance | path

Searched refs:lwsi_role_http (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h37 #define lwsi_role_http(wsi) (lwsi_role_h1(wsi) || lwsi_role_h2(wsi)) macro
H A Dparsers.c223 if (!lwsi_role_http(wsi)) { in lws_header_table_attach()
/third_party/libwebsockets/lib/roles/
H A Dprivate-lib-roles.h367 #define lwsi_role_http(wsi) (0) macro
/third_party/libwebsockets/lib/core-net/
H A Dsocks5-client.c361 if (lwsi_role_http(wsi) && in lws_socks5c_handle_state()
H A Dclose.c473 if (lwsi_role_http(wsi) && lwsi_role_server(wsi) && in __lws_close_free_wsi()
568 if (lwsi_role_http(wsi) && lwsi_role_server(wsi) && in __lws_close_free_wsi()
H A Dvhost.c1812 (lwsi_role_http(w) && lwsi_role_http(wsi))) &&
H A Dwsi.c1641 if (lwsi_role_http(wsi) && in lws_wsi_mux_apply_queue()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c912 if (type & _LWS_ADOPT_FINISH && !lwsi_role_http(wsi)) in rops_adoption_bind_h1()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c257 if (lwsi_role_http(wsi) && lwsi_role_client(wsi) && in rops_handle_POLLIN_h2()
H A Dhttp2.c2189 if (lwsi_role_http(h2n->swsi) &&
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2219 if (!lwsi_role_server(wsi) || !lwsi_role_http(wsi)) { in lws_handshake_server()
2649 if (lwsi_role_http(wsi) && lwsi_role_server(wsi) && in lws_http_transaction_completed()

Completed in 17 milliseconds