Home
last modified time | relevance | path

Searched refs:numfds (Results 1 – 10 of 10) sorted by relevance

/curl/tests/libtest/
H A Dlib1564.c36 int numfds; in test() local
52 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
69 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
84 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
102 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
117 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
H A Dlib2405.c138 int numfds; in test_run() local
191 mc = curl_multi_poll(multi1, ufds, fd_count, 500, &numfds); in test_run()
/curl/docs/libcurl/
H A Dcurl_multi_wait.md28 int *numfds);
44 On completion, if *numfds* is non-NULL, it gets populated with the total
96 int numfds;
102 mc = curl_multi_wait(multi, NULL, 0, 1000, &numfds);
H A Dcurl_multi_poll.md29 int *numfds);
45 On completion, if *numfds* is non-NULL, it gets populated with the total
104 int numfds;
116 mc = curl_multi_poll(multi_handle, &myown, 1, 1000, &numfds);
H A Dcurl_multi_wakeup.md60 int numfds;
66 mc = curl_multi_poll(multi, NULL, 0, 10000, &numfds);
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c149 int running_handles = 0, start_count, numfds; in main() local
205 mc = curl_multi_poll(multi, NULL, 0, 1000000, &numfds); in main()
H A Dtls-session-reuse.c185 int running_handles = 0, numfds; in main() local
257 mc = curl_multi_poll(multi, NULL, 0, 1000000, &numfds); in main()
H A Dh2-pausing.c200 int i, still_running = 1, msgs_left, numfds; in main() local
339 if(curl_multi_poll(multi_handle, NULL, 0, 100, &numfds) != CURLM_OK) in main()
/curl/docs/examples/
H A Dcrawler.c191 int numfds; in main() local
192 curl_multi_wait(multi_handle, NULL, 0, 1000, &numfds); in main()
/curl/lib/
H A Deasy.c562 int numfds = 0; in wait_or_timeout() local
575 numfds++; in wait_or_timeout()
582 pollrc = Curl_poll(fds, (unsigned int)numfds, ev->ms); in wait_or_timeout()
601 for(i = 0; i< numfds; i++) { in wait_or_timeout()

Completed in 82 milliseconds