Home
last modified time | relevance | path

Searched refs:expect_continuation (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c864 client->expect_continuation = true; in enter_http_frame_headers_state()
866 client->expect_continuation = false; in enter_http_frame_headers_state()
887 client->expect_continuation = true; in enter_http_frame_continuation_state()
889 client->expect_continuation = false; in enter_http_frame_continuation_state()
941 if (client->expect_continuation && in handle_http_frame_header()
1341 if (!client->expect_continuation) { in handle_incomplete_http_header()
1506 if (client->expect_continuation) { in handle_http_frame_headers()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h493 bool expect_continuation : 1; member