Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c38 static void brotli_free(void *opaque, void *address) in brotli_free() function
120 state->encoder = BrotliEncoderCreateInstance(brotli_alloc, brotli_free, NULL); in brotli_stateful_init()
124 state->decoder = BrotliDecoderCreateInstance(brotli_alloc, brotli_free, NULL); in brotli_stateful_init()
458 ctx->decode.state = BrotliDecoderCreateInstance(brotli_alloc, brotli_free, NULL); in bio_brotli_new()
462 ctx->encode.state = BrotliEncoderCreateInstance(brotli_alloc, brotli_free, NULL); in bio_brotli_new()

Completed in 5 milliseconds