GRASS GIS 8 Programmer's Manual  8.5.0dev(2024)-36359e2344
LZ4_stream_t_internal Struct Reference

#include <lz4.h>

Collaboration diagram for LZ4_stream_t_internal:

Data Fields

LZ4_u32 hashTable [LZ4_HASH_SIZE_U32]
 
const LZ4_bytedictionary
 
const LZ4_stream_t_internaldictCtx
 
LZ4_u32 currentOffset
 
LZ4_u32 tableType
 
LZ4_u32 dictSize
 

Detailed Description

Definition at line 802 of file lz4.h.

Field Documentation

◆ currentOffset

LZ4_u32 LZ4_stream_t_internal::currentOffset

Definition at line 806 of file lz4.h.

Referenced by LZ4_compress_generic_validated().

◆ dictCtx

const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx

Definition at line 805 of file lz4.h.

Referenced by LZ4_compress_generic_validated().

◆ dictionary

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().

◆ dictSize

LZ4_u32 LZ4_stream_t_internal::dictSize

Definition at line 808 of file lz4.h.

Referenced by LZ4_compress_generic_validated(), and LZ4_saveDict().

◆ hashTable

LZ4_u32 LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

Definition at line 803 of file lz4.h.

◆ tableType

LZ4_u32 LZ4_stream_t_internal::tableType

Definition at line 807 of file lz4.h.


The documentation for this struct was generated from the following file: