Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib650.c65 long contentlength = 0; in test() local
98 contentlength = (long)(strlen(data) - 1); in test()
104 formarray[1].value = (char *)(size_t)contentlength; in test()
/third_party/curl/lib/
Dhttp.c3418 curl_off_t contentlength; in Curl_http_header() local
3420 NULL, 10, &contentlength); in Curl_http_header()
3424 contentlength > data->set.max_filesize) { in Curl_http_header()
3428 k->size = contentlength; in Curl_http_header()