Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1522.c33 static char g_Data[40 * 1024]; /* POST 40KB */ variable
58 memset(g_Data, 'A', sizeof(g_Data)); /* send As! */ in test()
62 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, g_Data); in test()
63 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)sizeof(g_Data)); in test()
84 if((size_t) uploadSize == sizeof(g_Data)) { in test()
89 (int)sizeof(g_Data), (int)uploadSize); in test()

Completed in 4 milliseconds