Searched defs:numfds (Results 1 – 10 of 10) sorted by relevance
34 int numfds; in test() local
89 size_t *numfds) in ASYNC_WAIT_CTX_get_all_fds()
226 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout) in ff_poll()
187 size_t numfds, numdelfds; in test_ASYNC_WAIT_CTX_get_all_fds() local
171 int numfds; in main() local
538 int numfds = 0; in wait_or_timeout() local
2698 size_t numfds; in wait_for_async() local
3927 size_t numfds; in sock_recvmsg_guts() local
1633 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds()
3428 def checkRecvmsgFDs(self, numfds, result, maxcmsgs=1, ignoreflags=0): argument