Home
last modified time | relevance | path

Searched refs:hdr_parsing_completed (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c63 wsi->hdr_parsing_completed = 0; in lws_read_h1()
101 if (!wsi->hdr_parsing_completed) in lws_read_h1()
511 if (!wsi->hdr_parsing_completed) in lws_h1_server_socket_service()
656 wsi->hdr_parsing_completed && !wsi->told_user_closed) { in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/core-net/client/
Dconnect4.c255 wsi->hdr_parsing_completed = 1; in lws_client_connect_4_established()
/third_party/libwebsockets/lib/core-net/
Dwsi-timeout.c87 wsi->hdr_parsing_completed, wsi->http.ah, in lws_sul_wsitimeout_cb()
Dclose.c181 wsi->hdr_parsing_completed = wsi->mux_substream = in __lws_reset_wsi()
943 wsi->hdr_parsing_completed = 0; in __lws_close_free_wsi_final()
Dservice.c192 if (lwsi_role_client(wsi) && !wsi->hdr_parsing_completed && in lws_handle_POLLOUT_event()
Dadopt.c90 new_wsi->hdr_parsing_completed = 0; in lws_create_new_server_wsi()
Dprivate-lib-core-net.h757 unsigned int hdr_parsing_completed:1; member
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c314 wsi->hdr_parsing_completed = 0; in lws_http_client_socket_service()
318 wsi->hdr_parsing_completed = 0; in lws_http_client_socket_service()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c94 new_wsi->hdr_parsing_completed = 0; in lws_create_basic_wsi()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c99 new_wsi->hdr_parsing_completed = 0; in lws_create_stdwsi()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c123 wsi->hdr_parsing_completed = 0; in __lws_header_table_reset()
1522 wsi->hdr_parsing_completed = 1; in lws_parse()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c258 wsi->hdr_parsing_completed && !wsi->told_user_closed) { in rops_handle_POLLIN_h2()
Dhttp2.c1640 h2n->swsi->hdr_parsing_completed = 1; in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2575 if (!wsi->hdr_parsing_completed in lws_http_transaction_completed()
2632 wsi->hdr_parsing_completed = 0; in lws_http_transaction_completed()