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.c924 client->expect_continuation = true; in enter_http_frame_headers_state()
926 client->expect_continuation = false; in enter_http_frame_headers_state()
947 client->expect_continuation = true; in enter_http_frame_continuation_state()
949 client->expect_continuation = false; in enter_http_frame_continuation_state()
1001 if (client->expect_continuation && in handle_http_frame_header()
1428 if (!client->expect_continuation) { in handle_incomplete_http_header()
1598 if (client->expect_continuation) { in handle_http_frame_headers()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h515 bool expect_continuation : 1; member