Searched refs:client_http_body_pending (Results 1 – 4 of 4) sorted by relevance
30 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()
193 wsi->client_http_body_pending = wsi->transaction_from_pipeline_queue = in __lws_reset_wsi()
822 unsigned int client_http_body_pending:1; member
2651 !(wsi->client_http_body_pending || lws_has_buffered_out(wsi))) in lws_h2_client_handshake()