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

Data Fields

U32 hashTable [HASH_SIZE_U32]
 
U32 currentOffset
 
U32 initCheck
 
const BYTEdictionary
 
BYTEbufferStart
 
U32 dictSize
 

Detailed Description

Definition at line 349 of file lz4.cxx.

Field Documentation

◆ bufferStart

BYTE* MLZ4_stream_t_internal::bufferStart

Definition at line 354 of file lz4.cxx.

◆ currentOffset

U32 MLZ4_stream_t_internal::currentOffset

Definition at line 351 of file lz4.cxx.

◆ dictionary

const BYTE* MLZ4_stream_t_internal::dictionary

Definition at line 353 of file lz4.cxx.

◆ dictSize

U32 MLZ4_stream_t_internal::dictSize

Definition at line 355 of file lz4.cxx.

◆ hashTable

U32 MLZ4_stream_t_internal::hashTable[HASH_SIZE_U32]

Definition at line 350 of file lz4.cxx.

◆ initCheck

U32 MLZ4_stream_t_internal::initCheck

Definition at line 352 of file lz4.cxx.


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