Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c115 #define RESPONSE_TEMPLATE_DYNAMIC_PART1 \ macro
125 char http_response[MAX(sizeof(RESPONSE_TEMPLATE_DYNAMIC_PART1) + sizeof("xxx"), in http1_send_headers()
139 snprintk(http_response, sizeof(http_response), RESPONSE_TEMPLATE_DYNAMIC_PART1, status); in http1_send_headers()