Searched refs:Curl_poll (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dselect.h82 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
H A Dselect.c58 * in Curl_socket_ready() and Curl_poll() when no file descriptor
350 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) function
H A Dasyn-ares.c284 nfds = Curl_poll(pfd, num, timeout_ms);
H A Deasy.c596 pollrc = Curl_poll(fds, numfds, (int)ev->ms);
H A Dtelnet.c1246 switch (Curl_poll(pfd, 1, -1)) {
1582 switch (Curl_poll(pfd, poll_cnt, interval_ms)) {
H A Dmulti.c886 infof(data, "Curl_poll(%d ds, %d ms)\n", nfds, timeout_ms);
887 i = Curl_poll(ufds, nfds, timeout_ms);

Completed in 169 milliseconds