Searched refs:ZSTDv07_decompressDCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v07.h | 80 ZSTDLIBv07_API size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* ctx, void* dst, size_t dstCapacity, cons…
|
H A D | zstd_v07.c | 3883 size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv07_decompressDCtx() function 3895 regenSize = ZSTDv07_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompress() 3900 return ZSTDv07_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompress()
|