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/
H A 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()
H A Dhttp2.c1671 h2n->swsi->http.rx_content_length = (unsigned long long)atoll(simp);
1673 h2n->swsi->http.rx_content_length;
1675 lwsl_info("setting rx_content_length %lld\n",
1676 (long long)h2n->swsi->http.rx_content_length);
1822 h2n->swsi->http.rx_content_length &&
2204 h2n->swsi->http.rx_content_length &&
/third_party/libwebsockets/lib/roles/http/client/
H A 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()
1548 // lwsl_notice("rx_content_remain %lld, rx_content_length %lld, giv %d\n", in lws_http_client_read()
1549 // wsi->http.rx_content_remain, wsi->http.rx_content_length, in lws_http_client_read()
/third_party/libwebsockets/lib/roles/http/server/
H A 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()
1997 lwsl_debug("wsi->http.rx_content_length %lld %d %d\n", 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/
H A Dprivate-lib-roles-http.h267 lws_filepos_t rx_content_length; member
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c114 wsi->http.rx_content_length; in lws_read_h1()
736 (int)wsi->http.rx_content_length, in rops_handle_POLLOUT_h1()

Completed in 11 milliseconds