Searched refs:pollfd (Results 1 – 13 of 13) sorted by relevance
50 struct pollfd struct84 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms);115 struct pollfd *pfds;122 struct pollfd *static_pfds,
190 struct pollfd pfd[3]; in Curl_socket_check()268 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll()402 struct pollfd *static_pfds, in Curl_pollfds_init()424 struct pollfd *new_fds; in cpfds_increase()427 new_fds = calloc(new_count, sizeof(struct pollfd)); in cpfds_increase()431 memcpy(new_fds, cpfds->pfds, cpfds->count * sizeof(struct pollfd)); in cpfds_increase()
141 struct pollfd pfd[1]; in Curl_socketpair()
383 struct pollfd socket; /* socket info of what to monitor */559 struct pollfd *f; in wait_or_timeout()560 struct pollfd fds[4]; in wait_or_timeout()
319 struct pollfd pfd[ARES_GETSOCK_MAXNUM]; in waitperform()
1262 struct pollfd pfd[1]; in send_telnet_data()1314 struct pollfd pfd[2]; in telnet_do()
572 struct pollfd pfds[MAX_SOCKSPEREASYHANDLE]; in Curl_conn_cf_poll()
1117 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK]; in cpool_shutdown_wait()
1686 struct pollfd pfd[1]; in cf_socket_conn_is_alive()
1257 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK];
36 *poll(2)*'s *pollfd* structure from a given multi_handle.
42 are similar to *poll(2)*'s *pollfd* structure to be waited on in the
43 similar to *poll(2)*'s *pollfd* structure to be waited on in the same
Completed in 39 milliseconds