Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1564.c36 int numfds; in test() local
/external/curl/docs/examples/
Dcrawler.c182 int numfds; in main() local
/external/libbrillo/brillo/http/
Dcurl_api.cc191 int* numfds) { in MultiWait()
/external/curl/lib/
Deasy.c556 int numfds = 0; in wait_or_timeout() local
/external/python/cpython3/Modules/
Dsocketmodule.c3927 size_t numfds; in sock_recvmsg_guts() local
/external/python/cpython3/Lib/test/
Dtest_socket.py3428 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument