Searched refs:ZSTDv05_decompressBlock_internal (Results 1 – 1 of 1) sorted by relevance
/external/zstd/lib/legacy/ |
D | zstd_v05.c | 3390 static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock_internal() function 3414 return ZSTDv05_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv05_decompressBlock() 3458 decodedSize = ZSTDv05_decompressBlock_internal(dctx, op, oend-op, ip, cBlockSize); in ZSTDv05_decompress_continueDCtx() 3637 rSize = ZSTDv05_decompressBlock_internal(dctx, dst, maxDstSize, src, srcSize); in ZSTDv05_decompressContinue()
|