Rizin
unix-like reverse engineering framework and cli tools
LZ4F_cctx_s Struct Reference

Public Attributes

LZ4F_preferences_t prefs
 
U32 version
 
U32 cStage
 
const LZ4F_CDict * cdict
 
size_t maxBlockSize
 
size_t maxBufferSize
 
BYTEtmpBuff
 
BYTEtmpIn
 
size_t tmpInSize
 
U64 totalInSize
 
XXH32_state_t xxh
 
void * lz4CtxPtr
 
U16 lz4CtxAlloc
 
U16 lz4CtxState
 

Detailed Description

Definition at line 223 of file lz4frame.c.

Member Data Documentation

◆ cdict

const LZ4F_CDict* LZ4F_cctx_s::cdict

Definition at line 228 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), LZ4F_compressUpdate(), and LZ4F_flush().

◆ cStage

◆ lz4CtxAlloc

U16 LZ4F_cctx_s::lz4CtxAlloc

Definition at line 237 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), and LZ4F_compressFrame().

◆ lz4CtxPtr

◆ lz4CtxState

U16 LZ4F_cctx_s::lz4CtxState

Definition at line 238 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), and LZ4F_compressFrame().

◆ maxBlockSize

size_t LZ4F_cctx_s::maxBlockSize

Definition at line 229 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), LZ4F_compressUpdate(), and LZ4F_flush().

◆ maxBufferSize

size_t LZ4F_cctx_s::maxBufferSize

◆ prefs

◆ tmpBuff

◆ tmpIn

BYTE* LZ4F_cctx_s::tmpIn

Definition at line 232 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), LZ4F_compressUpdate(), and LZ4F_flush().

◆ tmpInSize

size_t LZ4F_cctx_s::tmpInSize

Definition at line 233 of file lz4frame.c.

Referenced by LZ4F_compressBegin_usingCDict(), LZ4F_compressUpdate(), and LZ4F_flush().

◆ totalInSize

U64 LZ4F_cctx_s::totalInSize

◆ version

U32 LZ4F_cctx_s::version

Definition at line 226 of file lz4frame.c.

Referenced by LZ4F_compressFrame(), and LZ4F_createCompressionContext().

◆ xxh

XXH32_state_t LZ4F_cctx_s::xxh

The documentation for this struct was generated from the following file: