|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|
#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 |
| LZ4_u32 LZ4_stream_t_internal::currentOffset |
Definition at line 831 of file lz4.h.
Referenced by LZ4_compress_fast_extState_fastReset().
| 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().