Home
last modified time | relevance | path

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

/external/curl/lib/
Dselect.h84 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
Dselect.c392 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll() function
Dasyn-ares.c319 nfds = Curl_poll(pfd, num, timeout_ms); in waitperform()
Dtelnet.c1257 switch(Curl_poll(pfd, 1, -1)) { in send_telnet_data()
1602 switch(Curl_poll(pfd, poll_cnt, interval_ms)) { in telnet_do()
Deasy.c505 pollrc = Curl_poll(fds, numfds, (int)ev->ms); in wait_or_timeout()
Dmulti.c1123 pollrc = Curl_poll(ufds, nfds, timeout_ms); in Curl_multi_wait()