Searched refs:content_len_num (Results 1 – 2 of 2) sorted by relevance
262 char content_len_num[16]; in http_wait_headers() local264 memset(content_len_num, 0, sizeof(content_len_num)); in http_wait_headers()265 …if (pbuf_copy_partial(p, content_len_num, content_len_num_len, content_len_hdr + 16) == content_le… in http_wait_headers()266 int len = atoi(content_len_num); in http_wait_headers()
1818 char *content_len_num = scontent_len + HTTP_HDR_CONTENT_LEN_LEN; local1819 content_len = atoi(content_len_num);1822 if ((content_len_num[0] != '0') || (content_len_num[1] != '\r')) {1875 content_len_num));