Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c81 static decode_end_ft p_decode_end = NULL; variable
99 # define BrotliDecoderDestroyInstance p_decode_end
309p_decode_end = (decode_end_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDestroyInstance"); in DEFINE_RUN_ONCE_STATIC()
318 || p_decode_stream == NULL || p_decode_has_more == NULL || p_decode_end == NULL in DEFINE_RUN_ONCE_STATIC()
367 p_decode_end = NULL; in ossl_comp_brotli_cleanup()

Completed in 5 milliseconds