Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib650.c60 long contentlength = 0; in test() local
94 contentlength = (long)(strlen(testdata) - 1); in test()
101 formarray[1].value = (char *)(size_t)contentlength; in test()
/curl/lib/
H A Dhttp.c2855 curl_off_t contentlength; in Curl_http_header() local
2856 CURLofft offt = curlx_strtoofft(v, NULL, 10, &contentlength); in Curl_http_header()
2859 k->size = contentlength; in Curl_http_header()

Completed in 13 milliseconds