Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c389 #define RESPONSE_TEMPLATE_STATIC_FS \ in handle_http1_static_fs_resource() macro
405 char http_response[sizeof(RESPONSE_TEMPLATE_STATIC_FS) + HTTP_SERVER_MAX_CONTENT_TYPE_LEN + in handle_http1_static_fs_resource()
452 len = snprintk(http_response, sizeof(http_response), RESPONSE_TEMPLATE_STATIC_FS, in handle_http1_static_fs_resource()