Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.h78 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…
H A Dzstd_v06.c3642 size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv06_decompressDCtx() function
3654 regenSize = ZSTDv06_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress()
3659 return ZSTDv06_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23575 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…