OpenVPN
Data Fields
LZ4_stream_t_internal Struct Reference

#include <compat-lz4.h>

Collaboration diagram for LZ4_stream_t_internal:
Collaboration graph
[legend]

Data Fields

unsigned int hashTable [LZ4_HASH_SIZE_U32]
 
unsigned int currentOffset
 
unsigned short dirty
 
unsigned short tableType
 
const unsigned char * dictionary
 
const LZ4_stream_t_internaldictCtx
 
unsigned int dictSize
 

Detailed Description

Definition at line 584 of file compat-lz4.h.

Field Documentation

◆ currentOffset

unsigned int LZ4_stream_t_internal::currentOffset

Definition at line 586 of file compat-lz4.h.

◆ dictCtx

const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx

Definition at line 590 of file compat-lz4.h.

◆ dictionary

const unsigned char* LZ4_stream_t_internal::dictionary

Definition at line 589 of file compat-lz4.h.

◆ dictSize

unsigned int LZ4_stream_t_internal::dictSize

Definition at line 591 of file compat-lz4.h.

◆ dirty

unsigned short LZ4_stream_t_internal::dirty

Definition at line 587 of file compat-lz4.h.

◆ hashTable

unsigned int LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

Definition at line 585 of file compat-lz4.h.

◆ tableType

unsigned short LZ4_stream_t_internal::tableType

Definition at line 588 of file compat-lz4.h.


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