Home
last modified time | relevance | path

Searched refs:rx_content_length (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c883 wsi->http.rx_content_length) && in lws_h2_bind_for_post_before_action()
886 if ((size_t)wsi->http.rx_content_length < blen) in lws_h2_bind_for_post_before_action()
887 blen = (size_t)wsi->http.rx_content_length; in lws_h2_bind_for_post_before_action()
894 wsi->http.rx_content_length -= blen; in lws_h2_bind_for_post_before_action()
901 if (wsi->http.content_length_given && wsi->http.rx_content_length) in lws_h2_bind_for_post_before_action()
Dhttp2.c1671 h2n->swsi->http.rx_content_length = (unsigned long long)atoll(simp); in lws_h2_parse_end_of_frame()
1673 h2n->swsi->http.rx_content_length; in lws_h2_parse_end_of_frame()
1676 (long long)h2n->swsi->http.rx_content_length); in lws_h2_parse_end_of_frame()
1822 h2n->swsi->http.rx_content_length && in lws_h2_parse_end_of_frame()
2204 h2n->swsi->http.rx_content_length && in lws_h2_parser()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c521 wsi->http.rx_content_length = 0; in lws_http_transaction_completed_client()
928 wsi->http.rx_content_length = (lws_filepos_t)atoll(simp); in lws_client_interpret_server_handshake()
931 wsi->http.rx_content_length); in lws_client_interpret_server_handshake()
933 wsi->http.rx_content_length; in lws_client_interpret_server_handshake()
1003 !wsi->http.rx_content_length) in lws_client_interpret_server_handshake()
1545 if (wsi->http.rx_content_length > 0) in lws_http_client_read()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1650 wsi->http.rx_content_length = 0; in lws_http_action()
1659 wsi->http.rx_content_length = 100 * 1024 * 1024; in lws_http_action()
1665 wsi->http.rx_content_remain = wsi->http.rx_content_length = in lws_http_action()
1667 if (!wsi->http.rx_content_length) { in lws_http_action()
1998 (long long)wsi->http.rx_content_length, in lws_http_action()
2025 if (wsi->http.rx_content_length <= 0) in lws_http_action()
2033 wsi->http.rx_content_remain = wsi->http.rx_content_length; in lws_http_action()
2554 if (wsi->http.rx_content_length && wsi->http.rx_content_remain) { in lws_http_transaction_completed()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h267 lws_filepos_t rx_content_length; member
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c114 wsi->http.rx_content_length; in lws_read_h1()
736 (int)wsi->http.rx_content_length, in rops_handle_POLLOUT_h1()