Home
last modified time | relevance | path

Searched refs:curl_multi_wait (Results 1 – 25 of 27) sorted by relevance

12

/external/curl/docs/libcurl/
Dcurl_multi_wait.md4 Title: curl_multi_wait
18 curl_multi_wait - poll on all easy handles in a multi handle
25 CURLMcode curl_multi_wait(CURLM *multi_handle,
34 curl_multi_wait(3) polls all file descriptors used by the curl easy
105 mc = curl_multi_wait(multi, NULL, 0, 1000, &numfds);
Dcurl_multi_wakeup.md9 - curl_multi_wait (3)
40 This function has no effect on curl_multi_wait(3) calls.
Dcurl_multi_poll.md10 - curl_multi_wait (3)
53 that makes this function different than curl_multi_wait(3) which cannot
59 detail that makes this function different than curl_multi_wait(3).
DMakefile.inc90 curl_multi_wait.3 \
Dcurl_multi_waitfds.md10 - curl_multi_wait (3)
Dcurl_multi_perform.md13 - curl_multi_wait (3)
Dcurl_multi_fdset.md12 - curl_multi_wait (3)
/external/curl/tests/data/
Dtest150038 curl_multi_wait
Dtest113598 curl_multi_wait
/external/curl/tests/libtest/
Dlib1500.c61 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dlib1552.c64 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dlib504.c78 mres = curl_multi_wait(m, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dlib1553.c93 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
Dlib677.c78 curl_multi_wait(mcurl, &waitfd, sock == CURL_SOCKET_BAD ? 0 : 1, 50, in test()
/external/curl/lib/
Dlibcurl.def68 curl_multi_wait
/external/curl/docs/examples/
D10-at-a-time.c145 curl_multi_wait(cm, NULL, 0, 1000, NULL); in main()
Dhttp2-pushinmemory.c154 mcode = curl_multi_wait(multi, NULL, 0, 1000, &rc); in main()
Dcrawler.c207 curl_multi_wait(multi_handle, NULL, 0, 1000, &numfds); in main()
/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/
Dcurl_wrapper.cc74 return curl_multi_wait(multi_handle, extra_fds, extra_nfds, timeout_ms, in curl_multi_wait_sapi()
/external/curl/include/curl/
Dmulti.h172 CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle,
/external/libbrillo/brillo/http/
Dcurl_api.cc192 return curl_multi_wait(multi_handle, extra_fds, extra_nfds, timeout_ms, in MultiWait()
/external/sandboxed-api/oss-internship-2020/curl/
DREADME.md65 - `curl_multi_wait`. Use `curl_multi_wait_sapi` instead.
/external/curl/packages/vms/
Dpcsi_gnv_curl_file_list.txt109 [gnv.usr.share.man.man3]curl_multi_wait.3
/external/elfutils/debuginfod/
Ddebuginfod-client.c1454 curl_multi_wait(curlm, NULL, 0, 1000, NULL); in debuginfod_query_server()
/external/curl/packages/OS400/
Dcurl.inc.in2987 d curl_multi_wait...
2988 d pr extproc('curl_multi_wait')

12