GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
LZ4_stream_t_internal Struct Reference

#include <lz4.h>

Collaboration diagram for LZ4_stream_t_internal:

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_internaldictCtx
 
unsigned int dictSize
 

Detailed Description

Definition at line 553 of file lz4.h.

Field Documentation

◆ currentOffset

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

◆ dictCtx

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

◆ dictionary

const unsigned char* LZ4_stream_t_internal::dictionary

◆ dictSize

unsigned int LZ4_stream_t_internal::dictSize

◆ hashTable

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

◆ initCheck

unsigned short LZ4_stream_t_internal::initCheck

Definition at line 556 of file lz4.h.

Referenced by LZ4_compress_fast_continue().

◆ tableType

unsigned short LZ4_stream_t_internal::tableType

Definition at line 557 of file lz4.h.

Referenced by LZ4_loadDict(), and LZ4_prepareTable().


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