Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1522.c79 curl_off_t uploadSize; in test() local
80 curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD_T, &uploadSize); in test()
82 printf("uploadSize = %ld\n", (long)uploadSize); in test()
84 if((size_t) uploadSize == sizeof(g_Data)) { in test()
89 (int)sizeof(g_Data), (int)uploadSize); in test()
/curl/tests/data/
H A Dtest152249 uploadSize = 40960

Completed in 9 milliseconds