Home
last modified time | relevance | path

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

/openssl/test/
H A Dasynctest.c266 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
275 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
277 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
290 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
302 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
/openssl/doc/man3/
H A DASYNC_WAIT_CTX_new.pod6 ASYNC_WAIT_CTX_get_fd, ASYNC_WAIT_CTX_get_all_fds,
32 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
64 Calling ASYNC_WAIT_CTX_get_all_fds() and passing in a pointer to an
69 descriptors. Calling ASYNC_WAIT_CTX_get_all_fds() with a NULL I<fd> value will
83 to ASYNC_WAIT_CTX_get_all_fds() either of these can be NULL, but if they are not
189 ASYNC_WAIT_CTX_set_wait_fd, ASYNC_WAIT_CTX_get_fd, ASYNC_WAIT_CTX_get_all_fds,
212 ASYNC_WAIT_CTX_get_fd(), ASYNC_WAIT_CTX_get_all_fds(),
H A DASYNC_start_job.pod325 if (!ASYNC_WAIT_CTX_get_all_fds(ctx, NULL, &numfds)
330 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds);
/openssl/include/openssl/
H A Dasync.h65 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
/openssl/crypto/async/
H A Dasync_wait.c86 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd, in ASYNC_WAIT_CTX_get_all_fds() function
/openssl/apps/
H A Dspeed.c1486 if (!ASYNC_WAIT_CTX_get_all_fds in run_benchmark()
1494 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
1530 if (!ASYNC_WAIT_CTX_get_all_fds in run_benchmark()
1538 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
/openssl/ssl/
H A Dssl_lib.c2080 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds); in SSL_get_all_async_fds()
/openssl/util/
H A Dlibcrypto.num84 ASYNC_WAIT_CTX_get_all_fds 86 3_0_0 EXIST::FUNCTION:

Completed in 61 milliseconds