Searched refs:curl_multi_perform (Results 1 – 25 of 68) sorted by relevance
123
| /external/curl/tests/ |
| D | valgrind.supp | 10 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/ |
| 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); 113 curl_multi_perform(3).
|
| 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() */
|
| 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
|
| D | curl_multi_waitfds.md | 8 - curl_multi_perform (3) 39 fashion similar to curl_multi_poll(3). The curl_multi_perform(3) 71 /* call curl_multi_perform() */
|
| D | curl_easy_perform.md | 11 - curl_multi_perform (3) 34 curl_multi_perform(3).
|
| D | curl_multi_info_read.md | 10 - curl_multi_perform (3) 82 /* call curl_multi_perform or curl_multi_socket_action first, then loop
|
| D | curl_multi_wait.md | 9 - curl_multi_perform (3) 101 mc = curl_multi_perform(multi, &still_running);
|
| D | curl_multi_strerror.md | 44 CURLMcode mc = curl_multi_perform(multi, &still_running);
|
| D | Makefile.inc | 81 curl_multi_perform.3 \
|
| /external/curl/tests/libtest/ |
| D | lib1531.c | 64 curl_multi_perform(multi_handle, &still_running); in test() 134 curl_multi_perform(multi_handle, &still_running); in test()
|
| D | lib1507.c | 85 curl_multi_perform(mcurl, &still_running); in test() 138 curl_multi_perform(mcurl, &still_running); in test()
|
| D | lib1939.c | 59 m = curl_multi_perform(multi, &running_handles); in test()
|
| D | lib1905.c | 73 curl_multi_perform(cm, &unfinished); in test()
|
| /external/curl/docs/examples/ |
| D | multi-legacy.c | 79 curl_multi_perform(multi_handle, &still_running); in main() 155 curl_multi_perform(multi_handle, &still_running); in main()
|
| D | multi-single.c | 58 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
| D | imap-multi.c | 66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
|
| D | pop3-multi.c | 66 CURLMcode mc = curl_multi_perform(mcurl, &still_running); in main()
|
| D | multi-double.c | 64 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
| D | multi-formadd.c | 95 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
| D | multi-post.c | 82 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
| D | multi-app.c | 73 CURLMcode mc = curl_multi_perform(multi_handle, &still_running); in main()
|
| D | 10-at-a-time.c | 124 curl_multi_perform(cm, &still_alive); in main()
|
| /external/curl/lib/ |
| D | libcurl.def | 59 curl_multi_perform
|
| /external/curl/tests/data/ |
| D | test583 | 27 # The command here uses 'localhost' just to make sure that curl_multi_perform
|
123