Home
last modified time | relevance | path

Searched defs:numfds (Results 1 – 7 of 7) sorted by relevance

/external/curl/docs/examples/
Dmulti-single.c75 int numfds; in main() local
Dcrawler.c170 int numfds; in main() local
/external/libbrillo/brillo/http/
Dcurl_api.cc191 int* numfds) { in MultiWait()
/external/curl/lib/
Deasy.c500 int numfds = 0; in wait_or_timeout() local
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c88 static int maxfds, numfds = 0; variable
/external/python/cpython3/Modules/
Dsocketmodule.c3731 size_t numfds; in sock_recvmsg_guts() local
/external/python/cpython3/Lib/test/
Dtest_socket.py3084 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument