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.md29 int *numfds);
45 On completion, if *numfds* is non-NULL, it gets populated with the total
99 int numfds;
105 mc = curl_multi_wait(multi, NULL, 0, 1000, &numfds);
H A Dcurl_multi_poll.md30 int *numfds);
46 On completion, if *numfds* is non-NULL, it gets populated with the total
109 int numfds;
121 mc = curl_multi_poll(multi_handle, &myown, 1, 1000, &numfds);
H A Dcurl_multi_wakeup.md63 int numfds;
69 mc = curl_multi_poll(multi, NULL, 0, 10000, &numfds);
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c146 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.c182 int running_handles = 0, numfds; in main() local
254 mc = curl_multi_poll(multi, NULL, 0, 1000000, &numfds); in main()
H A Dh2-pausing.c206 int i, still_running = 1, msgs_left, numfds; in main() local
345 if(curl_multi_poll(multi_handle, NULL, 0, 100, &numfds) != CURLM_OK) in main()
/curl/lib/
H A Deasy.c560 int numfds = 0; in wait_or_timeout() local
571 fprintf(stderr, "poll() %d check socket %d\n", numfds, f->fd); in wait_or_timeout()
574 numfds++; in wait_or_timeout()
580 if(numfds) { in wait_or_timeout()
583 fprintf(stderr, "poll(numfds=%d, timeout=%ldms)\n", numfds, ev->ms); in wait_or_timeout()
585 pollrc = Curl_poll(fds, (unsigned int)numfds, ev->ms); in wait_or_timeout()
588 numfds, ev->ms, pollrc); in wait_or_timeout()
620 for(i = 0; i < numfds; i++) { in wait_or_timeout()
/curl/docs/examples/
H A Dcrawler.c191 int numfds; in main() local
192 curl_multi_wait(multi_handle, NULL, 0, 1000, &numfds); in main()

Completed in 21 milliseconds