Searched refs:ZSTDv05_decompressBlock_internal (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v05.c | 3386 static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock_internal() function 3410 return ZSTDv05_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv05_decompressBlock() 3454 decodedSize = ZSTDv05_decompressBlock_internal(dctx, op, oend-op, ip, cBlockSize); in ZSTDv05_decompress_continueDCtx() 3633 rSize = ZSTDv05_decompressBlock_internal(dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompressContinue()
|