GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <lz4.h>
Data Fields | |
LZ4_u32 | hashTable [LZ4_HASH_SIZE_U32] |
const LZ4_byte * | dictionary |
const LZ4_stream_t_internal * | dictCtx |
LZ4_u32 | currentOffset |
LZ4_u32 | tableType |
LZ4_u32 | dictSize |
LZ4_u32 LZ4_stream_t_internal::currentOffset |
Definition at line 806 of file lz4.h.
Referenced by LZ4_compress_generic_validated().
const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx |
Definition at line 805 of file lz4.h.
Referenced by LZ4_compress_generic_validated().
const LZ4_byte* LZ4_stream_t_internal::dictionary |
Definition at line 804 of file lz4.h.
Referenced by LZ4_compress_generic_validated(), and LZ4_saveDict().
LZ4_u32 LZ4_stream_t_internal::dictSize |
Definition at line 808 of file lz4.h.
Referenced by LZ4_compress_generic_validated(), and LZ4_saveDict().
LZ4_u32 LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32] |