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

  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 283 static CRYPTO_ONCE brotli_once = CRYPTO_ONCE_STATIC_INIT; variable
334 if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
345 if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
434 if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
447 if (!RUN_ONCE(&brotli_once, ossl_comp_brotli_init)) {

Completed in 19 milliseconds