Public Attributes | |
U32 | cStage |
U32 | lz4CtxLevel |
void * | lz4CtxPtr |
size_t | maxBlockSize |
size_t | maxBufferSize |
LZ4F_preferences_t | prefs |
BYTE * | tmpBuff |
BYTE * | tmpIn |
size_t | tmpInSize |
U64 | totalInSize |
U32 | version |
XXH32_state_t | xxh |
Definition at line 168 of file lz4frame.c.
U32 LZ4F_cctx_s::cStage |
Definition at line 172 of file lz4frame.c.
U32 LZ4F_cctx_s::lz4CtxLevel |
Definition at line 181 of file lz4frame.c.
void* LZ4F_cctx_s::lz4CtxPtr |
Definition at line 180 of file lz4frame.c.
size_t LZ4F_cctx_s::maxBlockSize |
Definition at line 173 of file lz4frame.c.
size_t LZ4F_cctx_s::maxBufferSize |
Definition at line 174 of file lz4frame.c.
LZ4F_preferences_t LZ4F_cctx_s::prefs |
Definition at line 170 of file lz4frame.c.
BYTE* LZ4F_cctx_s::tmpBuff |
Definition at line 175 of file lz4frame.c.
BYTE* LZ4F_cctx_s::tmpIn |
Definition at line 176 of file lz4frame.c.
size_t LZ4F_cctx_s::tmpInSize |
Definition at line 177 of file lz4frame.c.
U64 LZ4F_cctx_s::totalInSize |
Definition at line 178 of file lz4frame.c.
U32 LZ4F_cctx_s::version |
Definition at line 171 of file lz4frame.c.
XXH32_state_t LZ4F_cctx_s::xxh |
Definition at line 179 of file lz4frame.c.