Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress.c792 static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, in ZSTD_copyRawBlock() function
895 decodedSize = ZSTD_copyRawBlock(op, (size_t)(oend-op), ip, cBlockSize); in ZSTD_decompressFrame()
1189 rSize = ZSTD_copyRawBlock(dst, dstCapacity, src, srcSize); in ZSTD_decompressContinue()