Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1522.c69 curl_off_t uploadSize; in test() local
70 curl_easy_getinfo(pCurl, CURLINFO_SIZE_UPLOAD_T, &uploadSize); in test()
72 printf("uploadSize = %ld\n", (long)uploadSize); in test()
74 if((size_t) uploadSize == sizeof(g_Data)) { in test()
/external/curl/tests/data/
Dtest152249 uploadSize = 40960