Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zlib.c270 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT; variable
315 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) in COMP_zlib()
327 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) in COMP_zlib_oneshot()
388 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) in BIO_f_zlib()
400 if (!RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) { in bio_zlib_new()

Completed in 5 milliseconds