Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c72 static encode_init_ft p_encode_init = NULL; variable
90 # define BrotliEncoderCreateInstance p_encode_init
297p_encode_init = (encode_init_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCreateInstance"); in DEFINE_RUN_ONCE_STATIC()
316 if (p_encode_init == NULL || p_encode_stream == NULL || p_encode_has_more == NULL in DEFINE_RUN_ONCE_STATIC()
359 p_encode_init = NULL; in ossl_comp_brotli_cleanup()

Completed in 14 milliseconds