Searched refs:curl_nfds (Results 1 – 1 of 1) sorted by relevance
1259 unsigned int curl_nfds = 0; /* how many pfds are for curl transfers */ local1298 curl_nfds = cpfds.n; /* what curl internally uses in cpfds */1389 unsigned r = (unsigned)cpfds.pfds[curl_nfds + i].revents;1422 if(curl_nfds) {1443 if(cpfds.pfds[curl_nfds + extra_nfds].revents & POLLIN) {
Completed in 13 milliseconds