Home
last modified time | relevance | path

Searched refs:run_once_done (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dcontext.c42 int run_once_done[OSSL_LIB_CTX_MAX_RUN_ONCE]; member
460 done = ctx->run_once_done[idx]; in ossl_lib_ctx_run_once()
470 if (ctx->run_once_done[idx]) { in ossl_lib_ctx_run_once()
477 ctx->run_once_done[idx] = 1; in ossl_lib_ctx_run_once()
/third_party/openssl/crypto/
H A Dcontext.c42 int run_once_done[OSSL_LIB_CTX_MAX_RUN_ONCE]; member
460 done = ctx->run_once_done[idx]; in ossl_lib_ctx_run_once()
470 if (ctx->run_once_done[idx]) { in ossl_lib_ctx_run_once()
477 ctx->run_once_done[idx] = 1; in ossl_lib_ctx_run_once()

Completed in 2 milliseconds