Home
last modified time | relevance | path

Searched refs:numdelfds (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/test/
Dasynctest.c187 size_t numfds, numdelfds; in test_ASYNC_WAIT_CTX_get_all_fds() local
197 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
199 || numdelfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
209 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
211 || numdelfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
213 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
221 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
223 || numdelfds != 1 in test_ASYNC_WAIT_CTX_get_all_fds()
225 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
233 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]
/third_party/openssl/crypto/async/
Dasync_wait.c113 size_t *numdelfds) in ASYNC_WAIT_CTX_get_changed_fds() argument
118 *numdelfds = ctx->numdel; in ASYNC_WAIT_CTX_get_changed_fds()
/third_party/openssl/include/openssl/
Dasync.h57 size_t *numdelfds);
Dssl.h1824 size_t *numdelfds);
/third_party/openssl/doc/man3/
DSSL_get_all_async_fds.pod20 OSSL_ASYNC_FD *delfd, size_t *numdelfds);
50 and the number of deleted fds are stored in B<*numaddfds> and B<*numdelfds>
DASYNC_WAIT_CTX_new.pod27 size_t *numdelfds);
63 been received). The B<numaddfds> and B<numdelfds> parameters will be populated
/third_party/openssl/ssl/
Dssl_lib.c1643 OSSL_ASYNC_FD *delfd, size_t *numdelfds) in SSL_get_changed_async_fds() argument
1650 numdelfds); in SSL_get_changed_async_fds()