Function zstd_sys::ZSTD_resetDStream [−][src]
pub unsafe extern "C" fn ZSTD_resetDStream(zds: *mut ZSTD_DStream) -> usize
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 Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x