Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c108 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx,
119 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
1995 …{ size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize, dst, dstCapacity, streami…
/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c135 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
352 return ZSTD_decodeLiteralsBlock(dctx, src, srcSize, dst, dstCapacity, not_streaming); in ZSTD_decodeLiteralsBlock_wrapper()
2085 …{ size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize, dst, dstCapacity, streami…
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2509 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
2895 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
H A Dzstd_v04.c2635 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
3047 litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
H A Dzstd_v02.c2868 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
3254 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()