Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/comp/
H A Dc_zstd.c359 static CRYPTO_ONCE zstd_once = CRYPTO_ONCE_STATIC_INIT; variable
408 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init)) in COMP_zstd()
419 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init)) in COMP_zstd_oneshot()
499 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init)) in BIO_f_zstd()