Home
last modified time | relevance | path

Searched refs:current_detail (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dserver.h346 struct http_resource_detail *current_detail; member
421 struct http_resource_detail *current_detail; member
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c103 client->streams[i].current_detail = NULL; in release_http_stream_context()
752 client->current_stream->current_detail = in handle_http2_dynamic_resource()
1081 client->current_detail = NULL; in handle_http1_to_http2_upgrade()
1154 if (client->current_stream->current_detail == NULL) { in handle_http_frame_data()
1169 (struct http_resource_detail_dynamic *)client->current_stream->current_detail, in handle_http_frame_data()
1200 client->current_stream->current_detail = NULL; in handle_http_frame_data()
1396 if (client->current_stream->current_detail == NULL) { in handle_http_frame_headers_end_stream()
1400 if (client->current_stream->current_detail->type == HTTP_RESOURCE_TYPE_DYNAMIC) { in handle_http_frame_headers_end_stream()
1403 client->current_stream->current_detail; in handle_http_frame_headers_end_stream()
1429 client->current_stream->current_detail, in handle_http_frame_headers_end_stream()
[all …]
Dhttp_server_ws.c98 ws_detail = (struct http_resource_detail_websocket *)client->current_detail; in handle_http1_to_websocket_upgrade()
Dhttp_server_http1.c868 client->current_detail = detail; in handle_http1_request()