Home
last modified time | relevance | path

Searched refs:ZSTDv06_decompressBlock_internal (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v06.c3529 static size_t ZSTDv06_decompressBlock_internal(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressBlock_internal() function
3552 return ZSTDv06_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompressBlock()
3594 decodedSize = ZSTDv06_decompressBlock_internal(dctx, op, oend-op, ip, cBlockSize); in ZSTDv06_decompressFrame()
3778 rSize = ZSTDv06_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv06_decompressContinue()