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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dselect.h90 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
H A Dselect.c61 * in Curl_socket_ready() and Curl_poll() when no file descriptor
324 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) function
H A Dasyn-ares.c287 nfds = Curl_poll(pfd, num, timeout_ms);
H A Dtelnet.c1102 switch (Curl_poll(pfd, 1, -1)) {
1435 switch (Curl_poll(pfd, poll_cnt, interval_ms)) {

Completed in 106 milliseconds