Searched refs:ZSTD_decodeLiteralsBlock (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/include/ |
H A D | zstd_compat_wrapper.h | 419 #define ZSTD_decodeLiteralsBlock zfs_ZSTD_decodeLiteralsBlock macro
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 75 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, 80 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function 1365 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 108 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…
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v03.c | 2509 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 D | zstd_v02.c | 2868 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function 3254 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
|
H A D | zstd_v04.c | 2635 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function 3047 litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
|