Searched refs:PUT_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/libmicrohttpd/src/testzzuf/ |
D | test_put_large.c | 48 #define PUT_SIZE (256 * 1024) macro 66 if (wrt > PUT_SIZE - (*pos)) in putBuffer() 67 wrt = PUT_SIZE - (*pos); in putBuffer() 102 if (*upload_data_size != PUT_SIZE) in ahc_echo() 107 *upload_data_size, PUT_SIZE); in ahc_echo() 111 if (0 == memcmp (upload_data, put_buffer, PUT_SIZE)) in ahc_echo() 162 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testInternalPut() 214 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testMultithreadedPut() 264 (size_t) (PUT_SIZE * 4), MHD_OPTION_END); in testExternalPut() 285 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testExternalPut() [all …]
|
/external/libmicrohttpd/src/testcurl/ |
D | test_large_put.c | 57 #define PUT_SIZE (256 * 1024) macro 75 if (wrt > PUT_SIZE - (*pos)) in putBuffer() 76 wrt = PUT_SIZE - (*pos); in putBuffer() 111 if (*upload_data_size != PUT_SIZE) in ahc_echo() 116 *upload_data_size, PUT_SIZE); in ahc_echo() 120 if (0 == memcmp (upload_data, put_buffer, PUT_SIZE)) in ahc_echo() 169 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testInternalPut() 227 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testMultithreadedPut() 289 curl_easy_setopt (c, CURLOPT_INFILESIZE, (long) PUT_SIZE); in testMultithreadedPoolPut() 350 (size_t) (PUT_SIZE * 4), MHD_OPTION_END); in testExternalPut() [all …]
|