Searched refs:extra_fds (Results 1 - 3 of 3) sorted by relevance
/third_party/gn/src/base/posix/ |
H A D | file_descriptor_shuffle.cc | 19 int extra_fds[kMaxExtraFDs]; in PerformInjectiveMultimapDestructive() local 45 extra_fds[next_extra_fd++] = temp_fd; in PerformInjectiveMultimapDestructive() 49 "extra_fds. Leaking file descriptors!"); in PerformInjectiveMultimapDestructive() 76 delegate->Close(extra_fds[i]); in PerformInjectiveMultimapDestructive()
|
/third_party/curl/include/curl/ |
H A D | multi.h | 177 struct curl_waitfd extra_fds[], 191 struct curl_waitfd extra_fds[],
|
/third_party/curl/lib/ |
H A D | multi.c | 1215 struct curl_waitfd extra_fds[], 1331 if(extra_fds[i].events & CURL_WAIT_POLLIN) 1333 if(extra_fds[i].events & CURL_WAIT_POLLPRI) 1335 if(extra_fds[i].events & CURL_WAIT_POLLOUT) { 1337 reset_socket_fdwrite(extra_fds[i].fd); 1339 if(WSAEventSelect(extra_fds[i].fd, multi->wsa_event, mask) != 0) { 1345 ufds[nfds].fd = extra_fds[i].fd; 1347 if(extra_fds[i].events & CURL_WAIT_POLLIN) 1349 if(extra_fds[i].events & CURL_WAIT_POLLPRI) 1351 if(extra_fds[ 1214 multi_wait(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret, bool extrawait, bool use_wakeup) global() argument 1502 curl_multi_wait(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret) global() argument 1512 curl_multi_poll(struct Curl_multi *multi, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms, int *ret) global() argument [all...] |
Completed in 5 milliseconds