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.c472 #define RESPONSE_TEMPLATE_STATIC_FS \ in handle_http1_static_fs_resource() macro
481 sizeof(RESPONSE_TEMPLATE_STATIC_FS) + HTTP_SERVER_MAX_CONTENT_TYPE_LEN + \ in handle_http1_static_fs_resource()
542 len = snprintk(http_response, sizeof(http_response), RESPONSE_TEMPLATE_STATIC_FS, in handle_http1_static_fs_resource()
546 len = snprintk(http_response, sizeof(http_response), RESPONSE_TEMPLATE_STATIC_FS, in handle_http1_static_fs_resource()