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

#include <lz4hc.h>

Public Attributes

LZ4_u32 hashTable [LZ4HC_HASHTABLESIZE]
 
LZ4_u16 chainTable [LZ4HC_MAXD]
 
const LZ4_byteend
 
const LZ4_bytebase
 
const LZ4_bytedictBase
 
LZ4_u32 dictLimit
 
LZ4_u32 lowLimit
 
LZ4_u32 nextToUpdate
 
short compressionLevel
 
LZ4_i8 favorDecSpeed
 
LZ4_i8 dirty
 
const LZ4HC_CCtx_internaldictCtx
 

Detailed Description

Definition at line 202 of file lz4hc.h.

Member Data Documentation

◆ base

◆ chainTable

LZ4_u16 LZ4HC_CCtx_internal::chainTable[LZ4HC_MAXD]

Definition at line 205 of file lz4hc.h.

Referenced by LZ4HC_clearTables(), LZ4HC_Insert(), and LZ4HC_InsertAndGetWiderMatch().

◆ compressionLevel

short LZ4HC_CCtx_internal::compressionLevel

◆ dictBase

const LZ4_byte* LZ4HC_CCtx_internal::dictBase

◆ dictCtx

◆ dictLimit

◆ dirty

LZ4_i8 LZ4HC_CCtx_internal::dirty

Definition at line 215 of file lz4hc.h.

Referenced by FUZ_test(), FUZ_unitTests(), and LZ4_resetStreamHC_fast().

◆ end

◆ favorDecSpeed

LZ4_i8 LZ4HC_CCtx_internal::favorDecSpeed

Definition at line 213 of file lz4hc.h.

Referenced by LZ4_favorDecompressionSpeed().

◆ hashTable

LZ4_u32 LZ4HC_CCtx_internal::hashTable[LZ4HC_HASHTABLESIZE]

Definition at line 204 of file lz4hc.h.

Referenced by LZ4HC_clearTables(), LZ4HC_Insert(), and LZ4HC_InsertAndGetWiderMatch().

◆ lowLimit

◆ nextToUpdate

LZ4_u32 LZ4HC_CCtx_internal::nextToUpdate

Definition at line 211 of file lz4hc.h.

Referenced by LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_Insert(), and LZ4HC_setExternalDict().


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