Searched refs:Curl_poll (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | select.h | 84 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
|
D | select.c | 392 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll() function
|
D | asyn-ares.c | 319 nfds = Curl_poll(pfd, num, timeout_ms); in waitperform()
|
D | telnet.c | 1257 switch(Curl_poll(pfd, 1, -1)) { in send_telnet_data() 1602 switch(Curl_poll(pfd, poll_cnt, interval_ms)) { in telnet_do()
|
D | easy.c | 505 pollrc = Curl_poll(fds, numfds, (int)ev->ms); in wait_or_timeout()
|
D | multi.c | 1123 pollrc = Curl_poll(ufds, nfds, timeout_ms); in Curl_multi_wait()
|