Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c1007 unsigned int curlfds; in Curl_multi_wait() local
1054 curlfds = nfds; /* number of internal file descriptors */ in Curl_multi_wait()
1072 if(curlfds) { in Curl_multi_wait()
1127 unsigned r = ufds[curlfds + i].revents; in Curl_multi_wait()
1145 if(gotsocket && (extra_fds || curlfds)) in Curl_multi_wait()