Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zstd.c104 static initDStream_ft p_initDStream = NULL; variable
123 # define ZSTD_initDStream p_initDStream
380 p_initDStream = (initDStream_ft)DSO_bind_func(zstd_dso, "ZSTD_initDStream"); in DEFINE_RUN_ONCE_STATIC()
392 || p_compress == NULL || p_createDStream == NULL || p_initDStream == NULL in DEFINE_RUN_ONCE_STATIC()
440 p_initDStream = NULL; in ossl_comp_zstd_cleanup()

Completed in 5 milliseconds