ROSS
Data Fields
LZ4_stream_t_internal Struct Reference

Data Fields

U32 hashTable [(1<< (14-2))]
 
U32 currentOffset
 
U32 initCheck
 
const BYTEdictionary
 
BYTEbufferStart
 
U32 dictSize
 

Detailed Description

Definition at line 349 of file lz4.c.

Field Documentation

BYTE* LZ4_stream_t_internal::bufferStart

Definition at line 354 of file lz4.c.

Referenced by LZ4_init(), and LZ4_slideInputBuffer().

U32 LZ4_stream_t_internal::currentOffset
const BYTE* LZ4_stream_t_internal::dictionary
U32 LZ4_stream_t_internal::dictSize
U32 LZ4_stream_t_internal::hashTable[(1<< (14-2))]

Definition at line 350 of file lz4.c.

Referenced by LZ4_loadDict(), and LZ4_renormDictT().

U32 LZ4_stream_t_internal::initCheck

Definition at line 352 of file lz4.c.

Referenced by LZ4_compress_fast_continue(), and LZ4_loadDict().


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