OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_fds
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/posix/
file_descriptor_shuffle.cc
19
int
extra_fds
[kMaxExtraFDs];
local
45
extra_fds
[next_extra_fd++] = temp_fd;
48
"
extra_fds
. Leaking file descriptors!");
75
delegate->Close(
extra_fds
[i]);
/external/curl/include/curl/
multi.h
165
struct curl_waitfd
extra_fds
[],
/external/curl/lib/
multi.c
793
struct curl_waitfd
extra_fds
[],
887
ufds[nfds].fd =
extra_fds
[i].fd;
889
if(
extra_fds
[i].events & CURL_WAIT_POLLIN)
891
if(
extra_fds
[i].events & CURL_WAIT_POLLPRI)
893
if(
extra_fds
[i].events & CURL_WAIT_POLLOUT)
919
extra_fds
[j].revents = mask;
[
all
...]
Completed in 624 milliseconds