HomeSort by: relevance | last modified time | path
    Searched defs:zstd_once (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zstd.c 359 static CRYPTO_ONCE zstd_once = CRYPTO_ONCE_STATIC_INIT; variable
408 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))
419 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))
499 if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))

Completed in 17 milliseconds