Searched refs:ASYNC_WAIT_CTX_set_wait_fd (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | async.h | 46 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | async.h | 58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
/third_party/openssl/include/openssl/ |
H A D | async.h | 58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
|
/third_party/openssl/test/ |
H A D | asynctest.c | 95 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd() 105 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) in waitfd()
|
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async_wait.c | 43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, in ASYNC_WAIT_CTX_set_wait_fd() function
|
/third_party/openssl/crypto/async/ |
H A D | async_wait.c | 43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key, in ASYNC_WAIT_CTX_set_wait_fd() function
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
H A D | e_dasync.c | 570 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 215 ret = ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_afalg_id, in afalg_setup_async_event_notification()
|
H A D | e_dasync.c | 570 if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, engine_dasync_id, pipefds[0], in dummy_pause_job()
|
Completed in 8 milliseconds