Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c29 #define HTTP_CONTENT_LEN_SIZE 11 macro
669 char content_len_str[HTTP_CONTENT_LEN_SIZE]; in http_client_req()
671 ret = snprintk(content_len_str, HTTP_CONTENT_LEN_SIZE, in http_client_req()
673 if (ret <= 0 || ret >= HTTP_CONTENT_LEN_SIZE) { in http_client_req()