Searched refs:contentlength (Results 1 – 2 of 2) sorted by relevance
60 long contentlength = 0; in test() local94 contentlength = (long)(strlen(testdata) - 1); in test()101 formarray[1].value = (char *)(size_t)contentlength; in test()
2855 curl_off_t contentlength; in Curl_http_header() local2856 CURLofft offt = curlx_strtoofft(v, NULL, 10, &contentlength); in Curl_http_header()2859 k->size = contentlength; in Curl_http_header()
Completed in 12 milliseconds