Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c70 typedef BrotliDecoderResult (*decode_oneshot_ft)(size_t, const uint8_t in[], size_t *, uint8_t out[… typedef
85 static decode_oneshot_ft p_decode_oneshot = NULL;
313 … p_decode_oneshot = (decode_oneshot_ft)DSO_bind_func(brotli_decode_dso, "BrotliDecoderDecompress"); in DEFINE_RUN_ONCE_STATIC()

Completed in 5 milliseconds