Searched refs:g_Data (Results 1 – 1 of 1) sorted by relevance
33 static char g_Data[40 * 1024]; /* POST 40KB */ variable58 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 3 milliseconds