Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 13 of 13) sorted by relevance

/curl/lib/
H A Dselect.h50 struct pollfd struct
84 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms);
115 struct pollfd *pfds;
122 struct pollfd *static_pfds,
H A Dselect.c190 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()
H A Dsocketpair.c141 struct pollfd pfd[1]; in Curl_socketpair()
H A Deasy.c383 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()
H A Dasyn-ares.c319 struct pollfd pfd[ARES_GETSOCK_MAXNUM]; in waitperform()
H A Dtelnet.c1262 struct pollfd pfd[1]; in send_telnet_data()
1314 struct pollfd pfd[2]; in telnet_do()
H A Dcfilters.c572 struct pollfd pfds[MAX_SOCKSPEREASYHANDLE]; in Curl_conn_cf_poll()
H A Dconncache.c1117 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK]; in cpool_shutdown_wait()
H A Dcf-socket.c1686 struct pollfd pfd[1]; in cf_socket_conn_is_alive()
H A Dmulti.c1257 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK];
/curl/docs/libcurl/
H A Dcurl_multi_waitfds.md36 *poll(2)*'s *pollfd* structure from a given multi_handle.
H A Dcurl_multi_wait.md42 are similar to *poll(2)*'s *pollfd* structure to be waited on in the
H A Dcurl_multi_poll.md43 similar to *poll(2)*'s *pollfd* structure to be waited on in the same

Completed in 44 milliseconds