Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zstd.c103 static createDStream_ft p_createDStream = NULL; variable
122 # define ZSTD_createDStream p_createDStream
379 p_createDStream = (createDStream_ft)DSO_bind_func(zstd_dso, "ZSTD_createDStream"); in DEFINE_RUN_ONCE_STATIC()
392 || p_compress == NULL || p_createDStream == NULL || p_initDStream == NULL in DEFINE_RUN_ONCE_STATIC()
439 p_createDStream = NULL; in ossl_comp_zstd_cleanup()

Completed in 5 milliseconds