Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dserver.h340 struct http2_stream_ctx { struct
383 struct http2_stream_ctx *current_stream;
424 struct http2_stream_ctx *current_stream;
430 struct http2_stream_ctx streams[HTTP_SERVER_MAX_STREAMS];
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c66 static struct http2_stream_ctx *find_http_stream_context( in find_http_stream_context()
78 static struct http2_stream_ctx *allocate_http_stream_context( in allocate_http_stream_context()
284 struct http2_stream_ctx *stream) in send_window_update_frame()
815 struct http2_stream_ctx *stream; in enter_http_frame_data_state()
847 struct http2_stream_ctx *stream; in enter_http_frame_headers_state()
985 struct http2_stream_ctx *stream; in handle_http1_to_http2_upgrade()
1180 struct http2_stream_ctx *stream = in handle_http_frame_data()
1589 struct http2_stream_ctx *stream_ctx; in handle_http_frame_rst_stream()