HomeSort by relevance Sort by last modified time
    Searched refs:curl_multi_perform (Results 1 - 25 of 48) sorted by null

1 2

  /external/curl/docs/examples/
multi-single.c 71 curl_multi_perform(multi_handle, &still_running);
99 curl_multi_perform(multi_handle, &still_running);
multi-double.c 64 curl_multi_perform(multi_handle, &still_running);
132 curl_multi_perform(multi_handle, &still_running);
imap-multi.c 89 curl_multi_perform(mcurl, &still_running);
161 curl_multi_perform(mcurl, &still_running);
multi-post.c 84 curl_multi_perform(multi_handle, &still_running);
153 curl_multi_perform(multi_handle, &still_running);
pop3-multi.c 89 curl_multi_perform(mcurl, &still_running);
161 curl_multi_perform(mcurl, &still_running);
multi-app.c 75 curl_multi_perform(multi_handle, &still_running);
142 curl_multi_perform(multi_handle, &still_running);
smtp-multi.c 156 curl_multi_perform(mcurl, &still_running);
228 curl_multi_perform(mcurl, &still_running);
multi-debugcallback.c 148 curl_multi_perform(multi_handle, &still_running);
218 curl_multi_perform(multi_handle, &still_running);
10-at-a-time.c 135 curl_multi_perform(cm, &U);
http2-download.c 213 curl_multi_perform(multi_handle, &still_running);
281 curl_multi_perform(multi_handle, &still_running);
http2-serverpush.c 225 curl_multi_perform(multi_handle, &still_running);
293 curl_multi_perform(multi_handle, &still_running);
http2-upload.c 277 curl_multi_perform(multi_handle, &still_running);
345 curl_multi_perform(multi_handle, &still_running);
fopen.c 203 curl_multi_perform(multi_handle, &file->still_running);
264 curl_multi_perform(multi_handle, &file->still_running);
  /external/curl/tests/libtest/
lib1531.c 57 curl_multi_perform(multi_handle, &still_running);
124 curl_multi_perform(multi_handle, &still_running);
lib1507.c 99 curl_multi_perform(mcurl, &still_running);
152 curl_multi_perform(mcurl, &still_running);
  /external/libmicrohttpd/src/testcurl/
test_callback.c 137 curl_multi_perform (multi, &running);
164 curl_multi_perform (multi, &running);
174 "curl_multi_perform",
test_parse_cookies.c 178 curl_multi_perform (multi, &running);
199 curl_multi_perform (multi, &running);
209 "curl_multi_perform",
test_process_arguments.c 177 curl_multi_perform (multi, &running);
198 curl_multi_perform (multi, &running);
208 "curl_multi_perform",
test_get_chunked.c 344 curl_multi_perform (multi, &running);
365 curl_multi_perform (multi, &running);
375 "curl_multi_perform",
  /external/google-breakpad/src/third_party/curl/
multi.h 59 CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() or
73 curl_multi_perform() and CURLM_CALL_MULTI_PERFORM */
126 * poll() on. We want curl_multi_perform() called as soon as one of
138 * Name: curl_multi_perform()
153 CURL_EXTERN CURLMcode curl_multi_perform(CURLM *multi_handle,
214 * Desc: An alternative version of curl_multi_perform() that allows the
243 * curl_multi_socket() or curl_multi_perform() must be called
275 * wait before curl_multi_socket() or curl_multi_perform() must be
  /external/libmicrohttpd/src/testzzuf/
test_get.c 251 curl_multi_perform (multi, &running);
274 curl_multi_perform (multi, &running);
test_get_chunked.c 268 curl_multi_perform (multi, &running);
291 curl_multi_perform (multi, &running);
  /external/curl/include/curl/
multi.h 62 CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() or
78 curl_multi_perform() and CURLM_CALL_MULTI_PERFORM */
149 * poll() on. We want curl_multi_perform() called as soon as one of
175 * Name: curl_multi_perform()
190 CURL_EXTERN CURLMcode curl_multi_perform(CURLM *multi_handle,
251 * Desc: An alternative version of curl_multi_perform() that allows the
280 * curl_multi_socket() or curl_multi_perform() must be called
312 * wait before curl_multi_socket() or curl_multi_perform() must be
  /external/libmicrohttpd/src/testcurl/https/
test_empty_response.c 153 curl_multi_perform (multi, &running);
163 "curl_multi_perform",
test_https_get_select.c 173 curl_multi_perform (multi, &running);
183 "curl_multi_perform",

Completed in 174 milliseconds

1 2