Searched refs:tx_content_remain (Results 1 – 5 of 5) sorted by relevance
166 wsi->http.tx_content_remain = content_length; in lws_add_http_header_content_length()494 wsi->http.tx_content_remain = (unsigned int)len; in lws_return_http_status()
266 lws_filepos_t tx_content_remain; member
495 wsi->http.tx_content_remain -= len; in rops_write_role_protocol_h2()498 (unsigned long long)wsi->http.tx_content_remain); in rops_write_role_protocol_h2()499 if (!wsi->http.tx_content_remain) { in rops_write_role_protocol_h2()
733 (int)wsi->http.tx_content_remain, in rops_handle_POLLOUT_h1()
2631 wsi->http.tx_content_remain = 0; in lws_http_transaction_completed()3126 if (poss > wsi->http.tx_content_remain) in lws_serve_http_file_fragment()3127 poss = wsi->http.tx_content_remain; in lws_serve_http_file_fragment()