Searched refs:Curl_poll (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | select.h | 83 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
|
D | select.c | 391 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll() function
|
D | asyn-ares.c | 281 nfds = Curl_poll(pfd, num, timeout_ms); in waitperform()
|
D | telnet.c | 1244 switch (Curl_poll(pfd, 1, -1)) { in send_telnet_data() 1579 switch (Curl_poll(pfd, poll_cnt, interval_ms)) { in telnet_do()
|
D | easy.c | 592 pollrc = Curl_poll(fds, numfds, (int)ev->ms); in wait_or_timeout()
|
D | multi.c | 1082 pollrc = Curl_poll(ufds, nfds, timeout_ms); in curl_multi_wait()
|
/external/curl/ |
D | CHANGES.0 | 1078 when awaiting c-ares to resolve. A libcurl-wide fix for Curl_poll now 3745 - Fix regression on Curl_socket_ready() and Curl_poll() so that these will 5232 Curl_socket_ready(), Curl_poll() and Curl_select() when these are called 5376 or Curl_poll() with a non-zero timeout both functions would restart the 5382 Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR
|