Home
last modified time | relevance | path

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

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