Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c83 static decode_error_string_ft p_decode_error_string = NULL; variable
101 # define BrotliDecoderErrorString p_decode_error_string
311p_decode_error_string = (decode_error_string_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderErr… in DEFINE_RUN_ONCE_STATIC()
319 … || p_decode_error == NULL || p_decode_error_string == NULL || p_decode_is_finished == NULL in DEFINE_RUN_ONCE_STATIC()
369 p_decode_error_string = NULL; in ossl_comp_brotli_cleanup()

Completed in 5 milliseconds