Searched refs:extra_nfds (Results 1 – 6 of 6) sorted by relevance
/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 | multiif.h | 105 unsigned int extra_nfds,
|
D | multi.c | 997 unsigned int extra_nfds, in Curl_multi_wait() argument 1055 nfds += extra_nfds; /* add the externally provided ones */ in Curl_multi_wait() 1103 for(i = 0; i < extra_nfds; i++) { in Curl_multi_wait() 1125 for(i = 0; i < extra_nfds; i++) { in Curl_multi_wait() 1154 unsigned int extra_nfds, in curl_multi_wait() argument 1158 return Curl_multi_wait(multi, extra_fds, extra_nfds, timeout_ms, ret, NULL); in curl_multi_wait()
|
/external/curl/include/curl/ |
D | multi.h | 172 unsigned int extra_nfds,
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2519 d extra_nfds 10u 0 value
|