Home
last modified time | relevance | path

Searched refs:http1_frag_data_len (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c759 ctx->http1_frag_data_len += length; in on_body()
810 client->http1_frag_data_len = 0; in handle_http1_request()
840 if (parsed < client->http1_frag_data_len) { in handle_http1_request()
844 frag_headers_len = parsed - client->http1_frag_data_len; in handle_http1_request()
Dhttp_server_http2.c995 frame->length = client->http1_frag_data_len; in handle_http1_to_http2_upgrade()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h462 int http1_frag_data_len; member