Home
last modified time | relevance | path

Searched refs:lws_header_table_detach (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dheader.c574 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()
Dparsers.c445 int lws_header_table_detach(struct lws *wsi, int autoservice) in lws_header_table_detach() function
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1580 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/
Dclient-ws.c626 lws_header_table_detach(wsi, 0); in lws_client_ws_upgrade()
Dserver-ws.c433 lws_header_table_detach(wsi, 1); in lws_process_ws_upgrade2()
Dops-ws.c1208 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_ws()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c464 lws_header_table_detach(wsi, 0); in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c350 lws_header_table_detach(wsi, 0); in rops_handle_POLLIN_h2()
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c411 lws_header_table_detach(wsi, 0); in lws_cgi()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1063 lws_header_table_detach(struct lws *wsi, int autoservice);
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1168 lws_header_table_detach(wsi, 1); in lws_generate_client_handshake()