Home
last modified time | relevance | path

Searched refs:curl_multi_perform (Results 1 – 25 of 68) sorted by relevance

123

/external/curl/tests/
Dvalgrind.supp10 fun:curl_multi_perform
27 fun:curl_multi_perform
44 fun:curl_multi_perform
84 fun:curl_multi_perform
100 fun:curl_multi_perform
116 fun:curl_multi_perform
/external/curl/docs/libcurl/
Dcurl_multi_perform.md4 Title: curl_multi_perform
22 curl_multi_perform - run all transfers until it would block
29 CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles);
41 curl_multi_perform(3) returns as soon as the reads/writes are done. This
60 they cannot be continued. curl_multi_perform(3) should not be called
77 CURLMcode mc = curl_multi_perform(multi, &still_running);
113 curl_multi_perform(3).
Dcurl_multi_fdset.md10 - curl_multi_perform (3)
42 otherwise remove any others. The curl_multi_perform(3) function should
63 and call curl_multi_perform(3) anyway. How long to wait? Unless
69 how long to wait for action. Call curl_multi_perform(3) even if no
101 /* call curl_multi_perform() */
Dcurl_multi_timeout.md37 to CURL_SOCKET_TIMEOUT, or call curl_multi_perform(3) if you are using
50 few seconds perhaps) before you call curl_multi_perform(3) again.
85 When there is activity or timeout, call curl_multi_perform(3) and then
Dcurl_multi_waitfds.md8 - curl_multi_perform (3)
39 fashion similar to curl_multi_poll(3). The curl_multi_perform(3)
71 /* call curl_multi_perform() */
Dcurl_easy_perform.md11 - curl_multi_perform (3)
34 curl_multi_perform(3).
Dcurl_multi_info_read.md10 - curl_multi_perform (3)
82 /* call curl_multi_perform or curl_multi_socket_action first, then loop
Dcurl_multi_wait.md9 - curl_multi_perform (3)
101 mc = curl_multi_perform(multi, &still_running);
Dcurl_multi_strerror.md44 CURLMcode mc = curl_multi_perform(multi, &still_running);
DMakefile.inc81 curl_multi_perform.3 \
/external/curl/tests/libtest/
Dlib1531.c64 curl_multi_perform(multi_handle, &still_running); in test()
134 curl_multi_perform(multi_handle, &still_running); in test()
Dlib1507.c85 curl_multi_perform(mcurl, &still_running); in test()
138 curl_multi_perform(mcurl, &still_running); in test()
Dlib1939.c59 m = curl_multi_perform(multi, &running_handles); in test()
Dlib1905.c73 curl_multi_perform(cm, &unfinished); in test()
/external/curl/docs/examples/
Dmulti-legacy.c79 curl_multi_perform(multi_handle, &still_running); in main()
155 curl_multi_perform(multi_handle, &still_running); in main()
Dmulti-single.c58 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
Dimap-multi.c66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
Dpop3-multi.c66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
Dmulti-double.c64 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
Dmulti-formadd.c95 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
Dmulti-post.c82 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
Dmulti-app.c73 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
D10-at-a-time.c124 curl_multi_perform(cm, &still_alive); in main()
/external/curl/lib/
Dlibcurl.def59 curl_multi_perform
/external/curl/tests/data/
Dtest58327 # The command here uses 'localhost' just to make sure that curl_multi_perform

123