OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Feb 28 05:31:39 UTC 2026