Home
last modified time | relevance | path

Searched refs:client_http_body_pending (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c30 wsi->client_http_body_pending = !!something_left_to_send; in lws_client_http_body_pending()
295 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) { in lws_http_client_socket_service()
341 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) { in lws_http_client_socket_service()
1236 wsi->client_http_body_pending = 1; in lws_generate_client_handshake()
1286 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) in lws_generate_client_handshake()
/third_party/libwebsockets/lib/core-net/
Dclose.c193 wsi->client_http_body_pending = wsi->transaction_from_pipeline_queue = in __lws_reset_wsi()
Dprivate-lib-core-net.h822 unsigned int client_http_body_pending:1; member
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c2651 !(wsi->client_http_body_pending || lws_has_buffered_out(wsi))) in lws_h2_client_handshake()