Function zstd_sys::ZSTD_resetDStream
source · pub unsafe extern "C" fn ZSTD_resetDStream(
zds: *mut ZSTD_DStream
) -> usize
Expand description
This function is deprecated, and is equivalent to:
ZSTD_DCtx_reset(zds, ZSTD_reset_session_only);
re-use decompression parameters from previous init; saves dictionary loading