Searched refs:ZSTDv06_decompressDCtx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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 | 3642 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 D | zstd.c | 23575 ZSTDLIBv06_API size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* ctx, void* dst, size_t dstCapacity, cons…
|