HomeSort by relevance Sort by last modified time
    Searched refs:CURL_TIMEOUT (Results 1 - 9 of 9) sorted by null

  /external/libmicrohttpd/src/testzzuf/
socat.c 48 #define CURL_TIMEOUT 50L
test_long_header.c 132 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
133 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
195 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
196 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_get.c 120 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
121 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
164 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
169 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
229 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
230 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_get_chunked.c 146 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
147 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
187 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
189 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
246 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
247 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_post.c 179 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
184 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
231 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
236 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
301 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
306 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_put.c 149 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
154 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
200 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
205 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
269 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
274 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_put_large.c 164 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
169 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
216 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
221 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
287 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
292 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_post_form.c 196 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
201 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
247 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
252 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
test_put_chunked.c 158 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
160 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);
284 curl_easy_setopt (c, CURLOPT_TIMEOUT_MS, CURL_TIMEOUT);
286 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT_MS, CURL_TIMEOUT);

Completed in 1169 milliseconds