Home
last modified time | relevance | path

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

/curl/lib/
H A Dcfilters.c573 unsigned int i, npfds = 0; in Curl_conn_cf_poll() local
592 pfds[npfds].fd = ps.sockets[i]; in Curl_conn_cf_poll()
593 pfds[npfds].events = events; in Curl_conn_cf_poll()
594 ++npfds; in Curl_conn_cf_poll()
598 if(!npfds) in Curl_conn_cf_poll()
600 return Curl_poll(pfds, npfds, timeout_ms); in Curl_conn_cf_poll()

Completed in 7 milliseconds