Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_brotli.c87 static DSO *brotli_encode_dso = NULL; variable
295 brotli_encode_dso = DSO_load(NULL, LIBBROTLIENC, NULL, 0); in DEFINE_RUN_ONCE_STATIC()
296 if (brotli_encode_dso != NULL) { in DEFINE_RUN_ONCE_STATIC()
297 … p_encode_init = (encode_init_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCreateInstance"); in DEFINE_RUN_ONCE_STATIC()
298 …p_encode_stream = (encode_stream_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompressStream"… in DEFINE_RUN_ONCE_STATIC()
299 …p_encode_has_more = (encode_has_more_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderHasMoreOutp… in DEFINE_RUN_ONCE_STATIC()
300 … p_encode_end = (encode_end_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderDestroyInstance"); in DEFINE_RUN_ONCE_STATIC()
301 … p_encode_oneshot = (encode_oneshot_ft)DSO_bind_func(brotli_encode_dso, "BrotliEncoderCompress"); in DEFINE_RUN_ONCE_STATIC()
355 DSO_free(brotli_encode_dso); in ossl_comp_brotli_cleanup()
356 brotli_encode_dso = NULL; in ossl_comp_brotli_cleanup()

Completed in 9 milliseconds