Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_decompress.c587 static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, in ZSTD_copyRawBlock() function
662 decodedSize = ZSTD_copyRawBlock(op, (size_t)(oend-op), ip, cBlockSize); in ZSTD_decompressFrame()
972 rSize = ZSTD_copyRawBlock(dst, dstCapacity, src, srcSize); in ZSTD_decompressContinue()
/external/zstd/lib/legacy/
Dzstd_v04.c2607 static size_t ZSTD_copyRawBlock(void* dst, size_t maxDstSize, const void* src, size_t srcSize) in ZSTD_copyRawBlock() function
3116 decodedSize = ZSTD_copyRawBlock(op, oend-op, ip, cBlockSize); in ZSTD_decompress_usingDict()
3254 rSize = ZSTD_copyRawBlock(dst, maxDstSize, src, srcSize); in ZSTD_decompressContinue()