Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A 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);
H A Dcurl_multi_wakeup.md9 - curl_multi_wait (3)
40 This function has no effect on curl_multi_wait(3) calls.
H A 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).
H A DMakefile.inc89 curl_multi_wait.3 \
H A Dcurl_multi_waitfds.md10 - curl_multi_wait (3)
H A Dcurl_multi_perform.md13 - curl_multi_wait (3)
H A Dcurl_multi_fdset.md12 - curl_multi_wait (3)
/curl/tests/data/
H A Dtest150038 curl_multi_wait
H A Dtest113596 curl_multi_wait
/curl/tests/libtest/
H A Dlib1500.c61 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
H A Dlib1552.c64 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
H A Dlib504.c78 mres = curl_multi_wait(m, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
H A Dlib1553.c93 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
H A Dlib677.c78 curl_multi_wait(mcurl, &waitfd, sock == CURL_SOCKET_BAD ? 0 : 1, 50, in test()
/curl/lib/
H A Dlibcurl.def66 curl_multi_wait
H A Dmulti.c1493 CURLMcode curl_multi_wait(CURLM *multi, function
/curl/docs/examples/
H A D10-at-a-time.c145 curl_multi_wait(cm, NULL, 0, 1000, NULL); in main()
H A Dhttp2-pushinmemory.c154 mcode = curl_multi_wait(multi, NULL, 0, 1000, &rc); in main()
H A Dcrawler.c192 curl_multi_wait(multi_handle, NULL, 0, 1000, &numfds); in main()
/curl/include/curl/
H A Dmulti.h172 CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle,
/curl/packages/vms/
H A Dpcsi_gnv_curl_file_list.txt109 [gnv.usr.share.man.man3]curl_multi_wait.3
/curl/packages/OS400/
H A Dcurl.inc.in2987 d curl_multi_wait...
2988 d pr extproc('curl_multi_wait')
/curl/docs/
H A DTODO537 For users who do not use curl_multi_wait() or do not care for

Completed in 77 milliseconds