Home
last modified time | relevance | path

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

/curl/lib/
H A Dsocketpair.c192 (void)Curl_poll(pfd, 1, 1000); /* one second */ in Curl_socketpair()
215 (void)Curl_poll(pfd, 1, 1000); /* one second */ in Curl_socketpair()
H A Dselect.h84 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms);
H A Dselect.c225 r = Curl_poll(pfd, (unsigned int)num, timeout_ms); in Curl_socket_check()
268 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll() function
H A Dasyn-ares.c344 nfds = Curl_poll(pfd, (unsigned int)num, timeout_ms); in waitperform()
H A Dtelnet.c1265 switch(Curl_poll(pfd, 1, -1)) { in send_telnet_data()
1541 switch(Curl_poll(pfd, (unsigned int)poll_cnt, interval_ms)) { in telnet_do()
H A Deasy.c586 pollrc = Curl_poll(fds, (unsigned int)numfds, ev->ms); in wait_or_timeout()
H A Dcfilters.c600 return Curl_poll(pfds, npfds, timeout_ms); in Curl_conn_cf_poll()
H A Dconncache.c1127 Curl_poll(cpfds.pfds, cpfds.n, CURLMIN(timeout_ms, 1000)); in cpool_shutdown_wait()
H A Dmulti.c1362 pollrc = Curl_poll(cpfds.pfds, cpfds.n, 0);
1366 pollrc = Curl_poll(cpfds.pfds, cpfds.n, timeout_ms); /* wait... */
H A Dcf-socket.c1699 r = Curl_poll(pfd, 1, 0); in cf_socket_conn_is_alive()

Completed in 54 milliseconds