Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c3430 curl_off_t contentlength = curlx_strtoofft(k->p+15, NULL, 10); in Curl_http_readwrite_headers() local
3432 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()
3436 if(contentlength >= 0) { in Curl_http_readwrite_headers()
3437 k->size = contentlength; in Curl_http_readwrite_headers()
3450 ", 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