|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <lz4.h>

Data Fields | |
| LZ4_u32 | hashTable [(1<<(14 - 2))] |
| const LZ4_byte * | dictionary |
| const LZ4_stream_t_internal * | dictCtx |
| LZ4_u32 | currentOffset |
| LZ4_u32 | tableType |
| LZ4_u32 | dictSize |
| const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx |
| const LZ4_byte* LZ4_stream_t_internal::dictionary |
Definition at line 829 of file lz4.h.
Referenced by LZ4_saveDict().
| LZ4_u32 LZ4_stream_t_internal::dictSize |
Definition at line 833 of file lz4.h.
Referenced by LZ4_saveDict().