Searched refs:curl_multi_perform (Results 1 – 25 of 61) sorted by relevance
123
/curl/tests/ |
H A D | valgrind.supp | 19 fun:curl_multi_perform 36 fun:curl_multi_perform 53 fun:curl_multi_perform 93 fun:curl_multi_perform 109 fun:curl_multi_perform 125 fun:curl_multi_perform
|
/curl/docs/libcurl/ |
H A D | curl_multi_perform.md | 4 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); 110 curl_multi_perform(3).
|
H A D | curl_multi_fdset.md | 10 - 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() */
|
H A D | curl_multi_timeout.md | 37 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
|
H A D | curl_multi_waitfds.md | 8 - curl_multi_perform (3) 39 fashion similar to curl_multi_poll(3). The curl_multi_perform(3) 70 /* call curl_multi_perform() */
|
H A D | curl_multi_strerror.md | 44 CURLMcode mc = curl_multi_perform(multi, &still_running);
|
H A D | Makefile.inc | 79 curl_multi_perform.3 \
|
H A D | curl_easy_perform.md | 11 - curl_multi_perform (3) 34 curl_multi_perform(3).
|
H A D | curl_multi_wait.md | 9 - curl_multi_perform (3) 101 mc = curl_multi_perform(multi, &still_running);
|
/curl/tests/libtest/ |
H A D | lib1531.c | 65 curl_multi_perform(multi_handle, &still_running); in test() 134 curl_multi_perform(multi_handle, &still_running); in test()
|
H A D | lib1507.c | 85 curl_multi_perform(mcurl, &still_running); in test() 138 curl_multi_perform(mcurl, &still_running); in test()
|
H A D | lib1939.c | 59 m = curl_multi_perform(multi, &running_handles); in test()
|
H A D | lib1905.c | 73 curl_multi_perform(cm, &unfinished); in test()
|
/curl/docs/examples/ |
H A D | multi-legacy.c | 79 curl_multi_perform(multi_handle, &still_running); in main() 146 curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | multi-single.c | 58 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | imap-multi.c | 66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
|
H A D | pop3-multi.c | 66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
|
H A D | multi-double.c | 64 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | multi-formadd.c | 95 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | multi-post.c | 82 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | multi-app.c | 73 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
H A D | 10-at-a-time.c | 124 curl_multi_perform(cm, &still_alive); in main()
|
H A D | smtp-multi.c | 132 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
|
/curl/lib/ |
H A D | libcurl.def | 57 curl_multi_perform
|
/curl/tests/data/ |
H A D | test583 | 27 # The command here uses 'localhost' just to make sure that curl_multi_perform
|
Completed in 62 milliseconds
123