Searched refs:ZSTD_copyRawBlock (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 587 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/ |
D | zstd_v04.c | 2607 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()
|