Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dserver.h299 HTTP2_STREAM_IDLE, enumerator
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c82 if (client->streams[i].stream_state == HTTP2_STREAM_IDLE) { in allocate_http_stream_context()
102 client->streams[i].stream_state = HTTP2_STREAM_IDLE; in release_http_stream_context()
Dhttp_server_core.c411 client->streams[i].stream_state = HTTP2_STREAM_IDLE; in init_client_ctx()