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);
reuse decompression parameters from previous init; saves dictionary loading