Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zstd.c101 static endStream_ft p_endStream = NULL; variable
120 # define ZSTD_endStream p_endStream
377 p_endStream = (endStream_ft)DSO_bind_func(zstd_dso, "ZSTD_endStream"); in DEFINE_RUN_ONCE_STATIC()
391 || p_compressStream2 == NULL || p_flushStream == NULL || p_endStream == NULL in DEFINE_RUN_ONCE_STATIC()
437 p_endStream = NULL; in ossl_comp_zstd_cleanup()

Completed in 13 milliseconds