Searched refs:ASYNC_WAIT_CTX_get_all_fds (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/test/ |
D | asynctest.c | 264 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds() 273 || !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, &fd, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds() 288 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds() 300 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
|
/third_party/openssl/doc/man3/ |
D | ASYNC_WAIT_CTX_new.pod | 6 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 186 ASYNC_WAIT_CTX_set_wait_fd, ASYNC_WAIT_CTX_get_fd, ASYNC_WAIT_CTX_get_all_fds, 209 ASYNC_WAIT_CTX_get_fd(), ASYNC_WAIT_CTX_get_all_fds(),
|
D | ASYNC_start_job.pod | 286 if (!ASYNC_WAIT_CTX_get_all_fds(ctx, NULL, &numfds) 291 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | async.h | 53 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
|
/third_party/openssl/include/openssl/ |
D | async.h | 65 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
|
/third_party/openssl/crypto/async/ |
D | async_wait.c | 88 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd, in ASYNC_WAIT_CTX_get_all_fds() function
|
/third_party/openssl/apps/ |
D | speed.c | 1164 if (!ASYNC_WAIT_CTX_get_all_fds in run_benchmark() 1172 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark() 1208 if (!ASYNC_WAIT_CTX_get_all_fds in run_benchmark() 1216 ASYNC_WAIT_CTX_get_all_fds(loopargs[i].wait_ctx, &job_fd, in run_benchmark()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1694 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds); in SSL_get_all_async_fds()
|
/third_party/openssl/util/ |
D | libcrypto.num | 84 ASYNC_WAIT_CTX_get_all_fds 86 3_0_0 EXIST::FUNCTION:
|