HomeSort by: relevance | last modified time | path
    Searched defs:decode_error_string_ft (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 68 typedef const char *(*decode_error_string_ft)(BrotliDecoderErrorCode); typedef
83 static decode_error_string_ft p_decode_error_string = NULL;
311 p_decode_error_string = (decode_error_string_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderErrorString");
c_brotli.c 68 typedef const char *(*decode_error_string_ft)(BrotliDecoderErrorCode); typedef
83 static decode_error_string_ft p_decode_error_string = NULL;
311 p_decode_error_string = (decode_error_string_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderErrorString");

Completed in 57 milliseconds