Home
last modified time | relevance | path

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

/external/curl/lib/
Dselect.h83 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
Dselect.c391 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll() function
Dasyn-ares.c281 nfds = Curl_poll(pfd, num, timeout_ms); in waitperform()
Dtelnet.c1244 switch (Curl_poll(pfd, 1, -1)) { in send_telnet_data()
1579 switch (Curl_poll(pfd, poll_cnt, interval_ms)) { in telnet_do()
Deasy.c592 pollrc = Curl_poll(fds, numfds, (int)ev->ms); in wait_or_timeout()
Dmulti.c1082 pollrc = Curl_poll(ufds, nfds, timeout_ms); in curl_multi_wait()
/external/curl/
DCHANGES.01078 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