Searched refs:ZSTDv06_decompressDCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.h | 78 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…
|
H A D | zstd_v06.c | 3638 size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv06_decompressDCtx() function 3650 regenSize = ZSTDv06_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress() 3655 return ZSTDv06_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompress()
|