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.c867 ctx->http1_frag_data_len += length; in on_body()
918 client->http1_frag_data_len = 0; in handle_http1_request()
950 if (parsed < client->http1_frag_data_len) { in handle_http1_request()
955 frag_headers_len = parsed - client->http1_frag_data_len; in handle_http1_request()
Dhttp_server_http2.c1055 frame->length = client->http1_frag_data_len; in handle_http1_to_http2_upgrade()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h476 int http1_frag_data_len; member