Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c74 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx,
79 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
1466 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()