Home
last modified time | relevance | path

Searched refs:seen_zero_length_recv (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c69 wsi->seen_zero_length_recv = 1; in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c124 wsi->seen_zero_length_recv = 1; in rops_handle_POLLIN_raw_skt()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c396 wsi->seen_zero_length_recv = 1; in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/core-net/
Dclose.c187 wsi->parent_pending_cb_on_writable = wsi->seen_zero_length_recv = in __lws_reset_wsi()
Dprivate-lib-core-net.h786 unsigned int seen_zero_length_recv:1; member
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2610 if (wsi->seen_zero_length_recv) in lws_http_transaction_completed()