Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c85 static decode_oneshot_ft p_decode_oneshot = NULL; variable
103 # define BrotliDecoderDecompress p_decode_oneshot
313p_decode_oneshot = (decode_oneshot_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDecompress"); in DEFINE_RUN_ONCE_STATIC()
320 || p_decode_oneshot == NULL) { in DEFINE_RUN_ONCE_STATIC()
371 p_decode_oneshot = NULL; in ossl_comp_brotli_cleanup()

Completed in 21 milliseconds