Project Alice
Loading...
Searching...
No Matches
zstd_decompress_block.h File Reference
Include dependency graph for zstd_decompress_block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  streaming_operation { not_streaming = 0 , is_streaming = 1 }
 

Functions

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)
 

Enumeration Type Documentation

◆ streaming_operation

Enumerator
not_streaming 
is_streaming 

Definition at line 37 of file zstd_decompress_block.h.

Function Documentation

◆ 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 
)

Definition at line 626 of file zstd_decompress_block.c.

◆ ZSTD_decompressBlock_deprecated()

size_t ZSTD_decompressBlock_deprecated ( ZSTD_DCtx dctx,
void *  dst,
size_t  dstCapacity,
const void *  src,
size_t  srcSize 
)

Definition at line 2195 of file zstd_decompress_block.c.

◆ ZSTD_decompressBlock_internal()

size_t ZSTD_decompressBlock_internal ( ZSTD_DCtx dctx,
void *  dst,
size_t  dstCapacity,
const void *  src,
size_t  srcSize,
const streaming_operation  streaming 
)

Definition at line 2072 of file zstd_decompress_block.c.