Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/client/
Dclient-http.c506 wsi->http.rx_content_length = 0; in lws_http_transaction_completed_client()
869 wsi->http.rx_content_length = in lws_client_interpret_server_handshake()
874 wsi->http.rx_content_length); in lws_client_interpret_server_handshake()
876 wsi->http.rx_content_length; in lws_client_interpret_server_handshake()
922 !wsi->http.rx_content_length) in lws_client_interpret_server_handshake()
1398 if (wsi->http.rx_content_length > 0) in lws_http_client_read()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h262 lws_filepos_t rx_content_length; member
/external/libwebsockets/lib/roles/http/server/
Dserver.c1419 wsi->http.rx_content_length = 0; in lws_http_action()
1428 wsi->http.rx_content_length = 100 * 1024 * 1024; in lws_http_action()
1434 wsi->http.rx_content_remain = wsi->http.rx_content_length = in lws_http_action()
1436 if (!wsi->http.rx_content_length) { in lws_http_action()
1736 (long long)wsi->http.rx_content_length, in lws_http_action()
1763 if (wsi->http.rx_content_length <= 0) in lws_http_action()
1771 wsi->http.rx_content_remain = wsi->http.rx_content_length; in lws_http_action()
2301 if (wsi->http.rx_content_length && wsi->http.rx_content_remain) { in lws_http_transaction_completed()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c114 wsi->http.rx_content_length; in lws_read_h1()
728 (int)wsi->http.rx_content_length, in rops_handle_POLLOUT_h1()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c1523 h2n->swsi->http.rx_content_length = atoll( in lws_h2_parse_end_of_frame()
1527 h2n->swsi->http.rx_content_length; in lws_h2_parse_end_of_frame()
1529 (long long)h2n->swsi->http.rx_content_length); in lws_h2_parse_end_of_frame()
1646 h2n->swsi->http.rx_content_length && in lws_h2_parse_end_of_frame()
2013 h2n->swsi->http.rx_content_length && in lws_h2_parser()