Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dclient.h39 #if !defined(HTTP_STATUS_STR_SIZE)
40 #define HTTP_STATUS_STR_SIZE 32 macro
191 char http_status[HTTP_STATUS_STR_SIZE];
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c433 memset(req->internal.response.http_status, 0, HTTP_STATUS_STR_SIZE); in http_report_null()