GRASS GIS 8 Programmer's Manual 8.4.2(2025)-exported
Loading...
Searching...
No Matches
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

◆ dictCtx

const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx

◆ 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_compress_generic(), 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_compress_generic(), LZ4_loadDict(), and LZ4_prepareTable().


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