Function zstd_sys::ZSTD_initCStream_usingCDict [−][src]
pub unsafe extern "C" fn ZSTD_initCStream_usingCDict(
zcs: *mut ZSTD_CStream,
cdict: *const ZSTD_CDict
) -> usize
ZSTD_initCStream_usingCDict() : This function is deprecated, and equivalent to: ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); ZSTD_CCtx_refCDict(zcs, cdict);
note : cdict will just be referenced, and must outlive compression session Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x