Searched refs:lws_header_table_detach (Results 1 - 11 of 11) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
H A D | header.c | 579 return lws_header_table_detach(wsi, 0); in lws_http_headers_detach() 654 lws_header_table_detach(wsi, 0); in lws_sul_http_ah_lifecheck()
|
H A D | parsers.c | 445 int lws_header_table_detach(struct lws *wsi, int autoservice) in lws_header_table_detach() function
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 1591 lws_header_table_detach(wsi, 1); in lws_http_redirect_hit() 2064 lws_header_table_detach(wsi, 1); in lws_http_action() 2164 lws_header_table_detach(wsi, 0); in lws_http_to_fallback() 2512 lws_header_table_detach(wsi, 1); in lws_handshake_server() 2676 lws_header_table_detach(wsi, 1); in lws_http_transaction_completed()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | client-ws.c | 626 lws_header_table_detach(wsi, 0); in lws_client_ws_upgrade()
|
H A D | server-ws.c | 433 lws_header_table_detach(wsi, 1); in lws_process_ws_upgrade2()
|
H A D | ops-ws.c | 1208 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_ws()
|
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 466 lws_header_table_detach(wsi, 0); in lws_h1_server_socket_service()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 350 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_h2()
|
/third_party/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 413 lws_header_table_detach(wsi, 0); in lws_cgi()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | private-lib-core-net.h | 1063 lws_header_table_detach(struct lws *wsi, int autoservice);
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 1168 lws_header_table_detach(wsi, 1); in lws_generate_client_handshake()
|
Completed in 17 milliseconds