Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v07.c3744 static size_t ZSTDv07_decompressBlock_internal(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock_internal() function
3768 dSize = ZSTDv07_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompressBlock()
3832 decodedSize = ZSTDv07_decompressBlock_internal(dctx, op, oend-op, ip, cBlockSize); in ZSTDv07_decompressFrame()
4050 rSize = ZSTDv07_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize); in ZSTDv07_decompressContinue()