Searched refs:ASYNC_WAIT_CTX_get_changed_fds (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/test/ |
H A D | asynctest.c | 266 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds() 278 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds() 282 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, &fd, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds() 290 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds() 294 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, &delfd, in test_ASYNC_WAIT_CTX_get_all_fds() 302 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | async.h | 55 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | async.h | 75 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
|
/third_party/openssl/include/openssl/ |
H A D | async.h | 75 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
|
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async_wait.c | 111 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd, in ASYNC_WAIT_CTX_get_changed_fds() function
|
/third_party/openssl/crypto/async/ |
H A D | async_wait.c | 111 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd, in ASYNC_WAIT_CTX_get_changed_fds() function
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1790 return ASYNC_WAIT_CTX_get_changed_fds(ctx, addfd, numaddfds, delfd, in SSL_get_changed_async_fds()
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1708 return ASYNC_WAIT_CTX_get_changed_fds(ctx, addfd, numaddfds, delfd, in SSL_get_changed_async_fds()
|
Completed in 20 milliseconds