Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c3450 curl_off_t contentlength = curlx_strtoofft(k->p+15, NULL, 10); in Curl_http_readwrite_headers() local
3452 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()
3456 if(contentlength >= 0) { in Curl_http_readwrite_headers()
3457 k->size = contentlength; in Curl_http_readwrite_headers()
3470 ", closing after transfer\n", contentlength); in Curl_http_readwrite_headers()
/external/curl/
DCHANGES.09692 - Greg Hewgill found out that the variable holding 'contentlength' wasn't big