Searched refs:ZSTDv01_decompressDCtx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.h | 64 size_t ZSTDv01_decompressDCtx(void* ctx,
|
| H A D | zstd_v01.c | 1944 size_t ZSTDv01_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t srcS… in ZSTDv01_decompressDCtx() function 2005 return ZSTDv01_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTDv01_decompress()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 22957 size_t ZSTDv01_decompressDCtx(void* ctx,
|