Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib1564.c34 int numfds; in test() local
/third_party/openssl/crypto/async/
Dasync_wait.c89 size_t *numfds) in ASYNC_WAIT_CTX_get_all_fds()
/third_party/ffmpeg/libavformat/
Dos_support.c226 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout) in ff_poll()
/third_party/openssl/test/
Dasynctest.c187 size_t numfds, numdelfds; in test_ASYNC_WAIT_CTX_get_all_fds() local
/third_party/curl/docs/examples/
Dcrawler.c171 int numfds; in main() local
/third_party/curl/lib/
Deasy.c538 int numfds = 0; in wait_or_timeout() local
/third_party/openssl/apps/
Dapps.c2698 size_t numfds; in wait_for_async() local
/third_party/python/Modules/
Dsocketmodule.c3927 size_t numfds; in sock_recvmsg_guts() local
/third_party/openssl/ssl/
Dssl_lib.c1633 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds()
/third_party/python/Lib/test/
Dtest_socket.py3428 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument