GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <lz4.h>
Data Fields | |
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 |
unsigned int LZ4_stream_t_internal::currentOffset |
Definition at line 495 of file lz4.h.
Referenced by LZ4_attach_dictionary(), LZ4_compress_generic(), LZ4_loadDict(), and LZ4_prepareTable().
const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx |
Definition at line 499 of file lz4.h.
Referenced by LZ4_attach_dictionary(), LZ4_compress_generic(), and LZ4_prepareTable().
const unsigned char* LZ4_stream_t_internal::dictionary |
Definition at line 498 of file lz4.h.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), and LZ4_saveDict().
unsigned int LZ4_stream_t_internal::dictSize |
Definition at line 500 of file lz4.h.
Referenced by LZ4_compress_fast_continue(), LZ4_compress_generic(), LZ4_loadDict(), LZ4_prepareTable(), and LZ4_saveDict().
unsigned int LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32] |
Definition at line 494 of file lz4.h.
Referenced by LZ4_loadDict(), and LZ4_prepareTable().
unsigned short LZ4_stream_t_internal::initCheck |
Definition at line 496 of file lz4.h.
Referenced by LZ4_compress_fast_continue().
unsigned short LZ4_stream_t_internal::tableType |
Definition at line 497 of file lz4.h.
Referenced by LZ4_loadDict(), and LZ4_prepareTable().