Searched refs:extra_nfds (Results 1 – 5 of 5) sorted by relevance
/external/curl/include/curl/ |
D | multi.h | 174 unsigned int extra_nfds, 188 unsigned int extra_nfds,
|
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 189 unsigned int extra_nfds, in MultiWait() argument 192 return curl_multi_wait(multi_handle, extra_fds, extra_nfds, timeout_ms, in MultiWait()
|
D | curl_api.h | 123 unsigned int extra_nfds, 221 unsigned int extra_nfds,
|
/external/curl/lib/ |
D | multi.c | 1078 unsigned int extra_nfds, argument 1143 nfds += extra_nfds; /* add the externally provided ones */ 1222 for(i = 0; i < extra_nfds; i++) { 1296 for(i = 0; i < extra_nfds; i++) { 1364 if(ufds[curlfds + extra_nfds].revents & POLLIN) { 1417 unsigned int extra_nfds, argument 1421 return Curl_multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, FALSE, 1427 unsigned int extra_nfds, argument 1431 return Curl_multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, TRUE,
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2547 d extra_nfds 10u 0 value
|