Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c73 static encode_stream_ft p_encode_stream = NULL; variable
91 # define BrotliEncoderCompressStream p_encode_stream
298p_encode_stream = (encode_stream_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompressStream"… 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()
360 p_encode_stream = NULL; in ossl_comp_brotli_cleanup()

Completed in 11 milliseconds