Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c142 uint32_t stream_id, struct http_resource_detail *detail_common, in send_headers_frame() argument
182 if (!content_encoding_sent && detail_common && detail_common->content_encoding != NULL) { in send_headers_frame()
184 detail_common->content_encoding); in send_headers_frame()
190 if (!content_type_sent && detail_common && detail_common->content_type != NULL) { in send_headers_frame()
192 detail_common->content_type); in send_headers_frame()