Home
last modified time | relevance | path

Searched refs:previousLegacyVersion (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h152 U32 previousLegacyVersion; member
H A Dzstd_decompress.c119 dctx->previousLegacyVersion = 0; in ZSTD_initDCtx_internal()
179 ZSTD_freeLegacyStreamContext(dctx->legacyContext, dctx->previousLegacyVersion); in ZSTD_freeDCtx()
1695 zds->previousLegacyVersion, legacyVersion, in ZSTD_decompressStream()
1697 zds->legacyVersion = zds->previousLegacyVersion = legacyVersion; in ZSTD_decompressStream()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22774 U32 previousLegacyVersion; member
24618 dctx->previousLegacyVersion = 0; in ZSTD_initDCtx_internal()
24677 ZSTD_freeLegacyStreamContext(dctx->legacyContext, dctx->previousLegacyVersion); in ZSTD_freeDCtx()
26156 zds->previousLegacyVersion, legacyVersion, in ZSTD_decompressStream()
26158 zds->legacyVersion = zds->previousLegacyVersion = legacyVersion; in ZSTD_decompressStream()