Searched refs:contentlength (Results 1 – 2 of 2) sorted by relevance
65 long contentlength = 0; in test() local98 contentlength = (long)(strlen(data) - 1); in test()104 formarray[1].value = (char *)(size_t)contentlength; in test()
3752 curl_off_t contentlength; in Curl_http_readwrite_headers() local3753 CURLofft offt = curlx_strtoofft(headp + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers()3757 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()3761 k->size = contentlength; in Curl_http_readwrite_headers()