Home
last modified time | relevance | path

Searched refs:tx_content_remain (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dheader.c166 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()
Dprivate-lib-roles-http.h266 lws_filepos_t tx_content_remain; member
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c495 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()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c733 (int)wsi->http.tx_content_remain, in rops_handle_POLLOUT_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2631 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()