#include <lz4.h>
Data Fields | |
uint32_t | hashTable [LZ4_HASH_SIZE_U32] |
uint32_t | currentOffset |
uint16_t | initCheck |
uint16_t | tableType |
const uint8_t * | dictionary |
const LZ4_stream_t_internal * | dictCtx |
uint32_t | dictSize |
unsigned int | hashTable [LZ4_HASH_SIZE_U32] |
unsigned int | currentOffset |
unsigned short | initCheck |
unsigned short | tableType |
const unsigned char * | dictionary |
const LZ4_stream_t_internal * | dictCtx |
unsigned int | dictSize |
Definition at line 497 of file lz4.h.
uint32_t LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32] |
Definition at line 498 of file lz4.h.
Referenced by LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), and LZ4_renormDictT().
Definition at line 499 of file lz4.h.
Referenced by LZ4_attach_dictionary(), LZ4_compress_fast_continue(), LZ4_compress_fast_extState_fastReset(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), and LZ4_renormDictT().
Definition at line 501 of file lz4.h.
Referenced by LZ4_compress_generic(), LZ4_loadDict(), and LZ4_prepareTable().
Definition at line 502 of file lz4.h.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), LZ4_renormDictT(), and LZ4_saveDict().
Definition at line 503 of file lz4.h.
Referenced by LZ4_attach_dictionary(), LZ4_compress_fast_continue(), LZ4_compress_generic(), and LZ4_prepareTable().
Definition at line 504 of file lz4.h.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_forceExtDict(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), LZ4_renormDictT(), and LZ4_saveDict().
unsigned int LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32] |
unsigned int LZ4_stream_t_internal::currentOffset |
unsigned short LZ4_stream_t_internal::initCheck |
unsigned short LZ4_stream_t_internal::tableType |
const unsigned char* LZ4_stream_t_internal::dictionary |
unsigned int LZ4_stream_t_internal::dictSize |