Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c600 static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, in ZSTD_setRleBlock() function
665 decodedSize = ZSTD_setRleBlock(op, (size_t)(oend-op), *ip, blockProperties.origSize); in ZSTD_decompressFrame()
978 rSize = ZSTD_setRleBlock(dst, dstCapacity, *(const BYTE*)src, dctx->rleSize); in ZSTD_decompressContinue()