Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zstd.c97 static initCStream_ft p_initCStream = NULL; variable
116 # define ZSTD_initCStream p_initCStream
373 p_initCStream = (initCStream_ft)DSO_bind_func(zstd_dso, "ZSTD_initCStream"); in DEFINE_RUN_ONCE_STATIC()
390 if (p_createCStream == NULL || p_initCStream == NULL || p_freeCStream == NULL in DEFINE_RUN_ONCE_STATIC()
433 p_initCStream = NULL; in ossl_comp_zstd_cleanup()

Completed in 17 milliseconds