Go to the source code of this file.
|
size_t | ZSTD_decompressBlock_internal (ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t srcSize, const streaming_operation streaming) |
|
void | ZSTD_buildFSETable (ZSTD_seqSymbol *dt, const short *normalizedCounter, unsigned maxSymbolValue, const U32 *baseValue, const U8 *nbAdditionalBits, unsigned tableLog, void *wksp, size_t wkspSize, int bmi2) |
|
size_t | ZSTD_decompressBlock_deprecated (ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t srcSize) |
|
◆ streaming_operation
Enumerator |
---|
not_streaming | |
is_streaming | |
◆ ZSTD_buildFSETable()
void ZSTD_buildFSETable |
( |
ZSTD_seqSymbol * | dt, |
|
|
const short * | normalizedCounter, |
|
|
unsigned | maxSymbolValue, |
|
|
const U32 * | baseValue, |
|
|
const U8 * | nbAdditionalBits, |
|
|
unsigned | tableLog, |
|
|
void * | wksp, |
|
|
size_t | wkspSize, |
|
|
int | bmi2 ) |
◆ ZSTD_decompressBlock_deprecated()
size_t ZSTD_decompressBlock_deprecated |
( |
ZSTD_DCtx * | dctx, |
|
|
void * | dst, |
|
|
size_t | dstCapacity, |
|
|
const void * | src, |
|
|
size_t | srcSize ) |
◆ ZSTD_decompressBlock_internal()