Data Fields | |
U32 | hashTable [(1<< (14-2))] |
U32 | currentOffset |
U32 | initCheck |
const BYTE * | dictionary |
BYTE * | bufferStart |
U32 | dictSize |
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 |
Definition at line 351 of file lz4.c.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), and LZ4_renormDictT().
const BYTE* LZ4_stream_t_internal::dictionary |
Definition at line 353 of file lz4.c.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_renormDictT(), and LZ4_saveDict().
U32 LZ4_stream_t_internal::dictSize |
Definition at line 355 of file lz4.c.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_renormDictT(), and LZ4_saveDict().
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().