Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c75 static encode_end_ft p_encode_end = NULL; variable
93 # define BrotliEncoderDestroyInstance p_encode_end
300p_encode_end = (encode_end_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderDestroyInstance"); in DEFINE_RUN_ONCE_STATIC()
317 || p_encode_end == NULL || p_encode_oneshot == NULL || p_decode_init == NULL in DEFINE_RUN_ONCE_STATIC()
362 p_encode_end = NULL; in ossl_comp_brotli_cleanup()

Completed in 9 milliseconds