Searched refs:CURL_TIMEOUT (Results 1 – 9 of 9) sorted by relevance
/external/libmicrohttpd/src/testzzuf/ |
D | test_get_chunked.c | 146 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalGet() 147 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalGet() 187 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedGet() 189 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedGet() 246 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalGet() 247 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalGet()
|
D | test_get.c | 120 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalGet() 121 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalGet() 164 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedGet() 169 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedGet() 229 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalGet() 230 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalGet()
|
D | test_post.c | 179 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalPost() 184 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalPost() 231 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPost() 236 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPost() 301 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalPost() 306 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalPost()
|
D | test_put.c | 149 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 154 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 200 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPut() 205 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPut() 269 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalPut() 274 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalPut()
|
D | test_put_large.c | 164 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 169 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 216 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPut() 221 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPut() 287 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalPut() 292 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalPut()
|
D | test_long_header.c | 132 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testLongUrlGet() 133 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testLongUrlGet() 195 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testLongHeaderGet() 196 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testLongHeaderGet()
|
D | test_put_chunked.c | 158 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 160 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalPut() 284 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testExternalPut() 286 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testExternalPut()
|
D | test_post_form.c | 196 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testInternalPost() 201 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testInternalPost() 247 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPost() 252 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT); in testMultithreadedPost()
|
D | socat.c | 48 #define CURL_TIMEOUT 50L macro
|