Searched refs:lws_header_table_detach (Results 1 – 11 of 11) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 574 return lws_header_table_detach(wsi, 0); in lws_http_headers_detach() 649 lws_header_table_detach(wsi, 0); in lws_sul_http_ah_lifecheck()
|
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/ |
D | server.c | 1580 lws_header_table_detach(wsi, 1); in lws_http_redirect_hit() 2053 lws_header_table_detach(wsi, 1); in lws_http_action() 2153 lws_header_table_detach(wsi, 0); in lws_http_to_fallback() 2501 lws_header_table_detach(wsi, 1); in lws_handshake_server() 2665 lws_header_table_detach(wsi, 1); in lws_http_transaction_completed()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | client-ws.c | 626 lws_header_table_detach(wsi, 0); in lws_client_ws_upgrade()
|
D | server-ws.c | 433 lws_header_table_detach(wsi, 1); in lws_process_ws_upgrade2()
|
D | ops-ws.c | 1208 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_ws()
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 464 lws_header_table_detach(wsi, 0); in lws_h1_server_socket_service()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 350 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_h2()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 411 lws_header_table_detach(wsi, 0); in lws_cgi()
|
/third_party/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 1063 lws_header_table_detach(struct lws *wsi, int autoservice);
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 1168 lws_header_table_detach(wsi, 1); in lws_generate_client_handshake()
|