Searched refs:HTTP_CONTENT_LEN_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define HTTP_CONTENT_LEN_SIZE 11 macro669 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()