Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/comp/
H A Dc_zstd.c100 static flushStream_ft p_flushStream = NULL; variable
119 #define ZSTD_flushStream p_flushStream
375 p_flushStream = (flushStream_ft)DSO_bind_func(zstd_dso, "ZSTD_flushStream"); in DEFINE_RUN_ONCE_STATIC()
390 || p_compressStream2 == NULL || p_flushStream == NULL || p_endStream == NULL in DEFINE_RUN_ONCE_STATIC()
435 p_flushStream = NULL; in ossl_comp_zstd_cleanup()