ZSTD_checkContinuity

Function ZSTD_checkContinuity 

Source
pub unsafe extern "C" fn ZSTD_checkContinuity(
    dctx: *mut ZSTD_DCtx,
    dst: *const c_void,
    dstSize: usize,
)
Expand description

ZSTD_checkContinuity() : check if next dst follows previous position, where decompression ended. If yes, do nothing (continue on current segment). If not, classify previous segment as “external dictionary”, and start a new segment. This function cannot fail.