|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
#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 555 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 559 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 558 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 560 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 554 of file lz4.h.
Referenced by LZ4_loadDict(), and LZ4_prepareTable().
| unsigned short LZ4_stream_t_internal::initCheck |
Definition at line 556 of file lz4.h.
Referenced by LZ4_compress_fast_continue().
| unsigned short LZ4_stream_t_internal::tableType |
Definition at line 557 of file lz4.h.
Referenced by LZ4_loadDict(), and LZ4_prepareTable().