Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c207 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT; variable
251 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) in COMP_zlib()
318 if (!RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) { in bio_zlib_new()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c207 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT; variable
251 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) in COMP_zlib()
318 if (!RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) { in bio_zlib_new()

Completed in 2 milliseconds