Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3621 size_t ZSTDv06_decompress_usingPreparedDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* refDCtx, in ZSTDv06_decompress_usingPreparedDCtx() argument
3625 ZSTDv06_copyDCtx(dctx, refDCtx); in ZSTDv06_decompress_usingPreparedDCtx()
H A Dzstd_v05.c3485 size_t ZSTDv05_decompress_usingPreparedDCtx(ZSTDv05_DCtx* dctx, const ZSTDv05_DCtx* refDCtx, in ZSTDv05_decompress_usingPreparedDCtx() argument
3489 ZSTDv05_copyDCtx(dctx, refDCtx); in ZSTDv05_decompress_usingPreparedDCtx()
H A Dzstd_v07.c3866 static size_t ZSTDv07_decompress_usingPreparedDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* refDCtx, in ZSTDv07_decompress_usingPreparedDCtx() argument
3870 ZSTDv07_copyDCtx(dctx, refDCtx); in ZSTDv07_decompress_usingPreparedDCtx()