Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zstd.c96 static createCStream_ft p_createCStream = NULL; variable
115 # define ZSTD_createCStream p_createCStream
372 p_createCStream = (createCStream_ft)DSO_bind_func(zstd_dso, "ZSTD_createCStream"); in DEFINE_RUN_ONCE_STATIC()
390 if (p_createCStream == NULL || p_initCStream == NULL || p_freeCStream == NULL in DEFINE_RUN_ONCE_STATIC()
432 p_createCStream = NULL; in ossl_comp_zstd_cleanup()

Completed in 5 milliseconds