Searched refs:ZSTDv04_decompressDCtx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v04.h | 64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
|
| H A D | zstd_v04.c | 3603 size_t ZSTDv04_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, size_… in ZSTDv04_decompressDCtx() function 3614 regenSize = ZSTDv04_decompressDCtx(dctx, dst, maxDstSize, src, srcSize); in ZSTDv04_decompress() 3619 return ZSTDv04_decompressDCtx(&dctx, dst, maxDstSize, src, srcSize); in ZSTDv04_decompress()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 23249 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
|