Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dheader.c165 wsi->http.tx_content_length = content_length; in lws_add_http_header_content_length()
493 wsi->http.tx_content_length = (unsigned int)len; in lws_return_http_status()
Dprivate-lib-roles-http.h265 lws_filepos_t tx_content_length; member
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c732 (int)wsi->http.tx_content_length, in rops_handle_POLLOUT_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c494 wsi->http.tx_content_length) { in rops_write_role_protocol_h2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2630 wsi->http.tx_content_length = 0; in lws_http_transaction_completed()
3125 if (wsi->http.tx_content_length) in lws_serve_http_file_fragment()