Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c212 client->current_stream->headers_sent = true; in send_headers_frame()
425 if (client->current_stream == NULL) { in handle_http2_static_resource()
447 client->current_stream->end_stream_sent = true; in handle_http2_static_resource()
478 if (client->current_stream == NULL) { in handle_http2_static_fs_resource()
549 client->current_stream->end_stream_sent = true; in handle_http2_static_fs_resource()
567 if (client->current_stream->headers_sent && (rsp->header_count > 0 || rsp->status != 0)) { in http2_dynamic_response()
572 if (!client->current_stream->headers_sent) { in http2_dynamic_response()
591 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
606 client->current_stream->end_stream_sent = true; in http2_dynamic_response()
629 if (client->current_stream == NULL) { in dynamic_get_del_req_v2()
[all …]
Dhttp_server_core.c434 client->current_stream = NULL; in init_client_ctx()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h394 struct http2_stream_ctx *current_stream; member
438 struct http2_stream_ctx *current_stream; member