GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 493 of file lz4.h.

Field Documentation

◆ currentOffset

unsigned int LZ4_stream_t_internal::currentOffset

Definition at line 495 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 499 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 494 of file lz4.h.

Referenced by LZ4_loadDict(), and LZ4_prepareTable().

◆ initCheck

unsigned short LZ4_stream_t_internal::initCheck

Definition at line 496 of file lz4.h.

Referenced by LZ4_compress_fast_continue().

◆ tableType

unsigned short LZ4_stream_t_internal::tableType

Definition at line 497 of file lz4.h.

Referenced by LZ4_loadDict(), and LZ4_prepareTable().


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