Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c535 static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, in ZSTD_setRleBlock() function
2097 rSize = ZSTD_setRleBlock(dst, dstCapacity, src, srcSize, dctx->rleSize); in ZSTD_decompressContinue()