ROOTANA
Data Fields
LZ4HC_Data_Structure Struct Reference
Collaboration diagram for LZ4HC_Data_Structure:
Collaboration graph
[legend]

Data Fields

U32 hashTable [HASHTABLESIZE]
 
U16 chainTable [MAXD]
 
const BYTEend
 
const BYTEbase
 
const BYTEdictBase
 
BYTEinputBuffer
 
U32 dictLimit
 
U32 lowLimit
 
U32 nextToUpdate
 
U32 compressionLevel
 

Detailed Description

Definition at line 87 of file lz4hc.c.

Field Documentation

◆ base

const BYTE* LZ4HC_Data_Structure::base

Definition at line 92 of file lz4hc.c.

◆ chainTable

U16 LZ4HC_Data_Structure::chainTable[MAXD]

Definition at line 90 of file lz4hc.c.

◆ compressionLevel

U32 LZ4HC_Data_Structure::compressionLevel

Definition at line 98 of file lz4hc.c.

◆ dictBase

const BYTE* LZ4HC_Data_Structure::dictBase

Definition at line 93 of file lz4hc.c.

◆ dictLimit

U32 LZ4HC_Data_Structure::dictLimit

Definition at line 95 of file lz4hc.c.

◆ end

const BYTE* LZ4HC_Data_Structure::end

Definition at line 91 of file lz4hc.c.

◆ hashTable

U32 LZ4HC_Data_Structure::hashTable[HASHTABLESIZE]

Definition at line 89 of file lz4hc.c.

◆ inputBuffer

BYTE* LZ4HC_Data_Structure::inputBuffer

Definition at line 94 of file lz4hc.c.

◆ lowLimit

U32 LZ4HC_Data_Structure::lowLimit

Definition at line 96 of file lz4hc.c.

◆ nextToUpdate

U32 LZ4HC_Data_Structure::nextToUpdate

Definition at line 97 of file lz4hc.c.


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