Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c76 static encode_oneshot_ft p_encode_oneshot = NULL; variable
94 # define BrotliEncoderCompress p_encode_oneshot
301p_encode_oneshot = (encode_oneshot_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompress"); in DEFINE_RUN_ONCE_STATIC()
317 || p_encode_end == NULL || p_encode_oneshot == NULL || p_decode_init == NULL in DEFINE_RUN_ONCE_STATIC()
363 p_encode_oneshot = NULL; in ossl_comp_brotli_cleanup()

Completed in 14 milliseconds