ROSS
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

◆ bufferStart

BYTE* LZ4_stream_t_internal::bufferStart

Definition at line 354 of file lz4.c.

Referenced by LZ4_init(), and LZ4_slideInputBuffer().

◆ currentOffset

U32 LZ4_stream_t_internal::currentOffset

◆ dictionary

const BYTE* LZ4_stream_t_internal::dictionary

◆ dictSize

U32 LZ4_stream_t_internal::dictSize

◆ hashTable

U32 LZ4_stream_t_internal::hashTable[(1<<(14 -2))]

Definition at line 350 of file lz4.c.

Referenced by LZ4_loadDict(), and LZ4_renormDictT().

◆ initCheck

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: