Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/test/
HDasynctest.c257 size_t numfds, numdelfds; in test_ASYNC_WAIT_CTX_get_all_fds() local
267 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
269 || numdelfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
279 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
281 || numdelfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
283 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
291 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
293 || numdelfds != 1 in test_ASYNC_WAIT_CTX_get_all_fds()
295 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
303 &numdelfds) in test_ASYNC_WAIT_CTX_get_all_fds()
[all …]
/freebsd-14-stable/crypto/openssl/crypto/async/
HDasync_wait.c113 size_t *numdelfds) in ASYNC_WAIT_CTX_get_changed_fds() argument
118 *numdelfds = ctx->numdel; in ASYNC_WAIT_CTX_get_changed_fds()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDasync.h77 size_t *numdelfds);
HDssl.h1948 size_t *numdelfds);
HDssl.h.in1876 size_t *numdelfds);
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_get_all_async_fds.pod20 OSSL_ASYNC_FD *delfd, size_t *numdelfds);
50 and the number of deleted fds are stored in I<*numaddfds> and I<*numdelfds>
HDASYNC_WAIT_CTX_new.pod36 size_t *numdelfds);
80 been received). The I<numaddfds> and I<numdelfds> parameters will be populated
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c1717 OSSL_ASYNC_FD *delfd, size_t *numdelfds) in SSL_get_changed_async_fds() argument
1724 numdelfds); in SSL_get_changed_async_fds()