Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds