Rizin
unix-like reverse engineering framework and cli tools
LZ4_stream_t_internal Struct Reference

#include <lz4.h>

Public Attributes

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

Detailed Description

Definition at line 596 of file lz4.h.

Member Data Documentation

◆ currentOffset

◆ dictCtx

const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx

◆ dictionary

◆ dictSize

◆ hashTable

LZ4_u32 LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

◆ tableType

LZ4_u32 LZ4_stream_t_internal::tableType

Definition at line 599 of file lz4.h.

Referenced by LZ4_compress_generic_validated(), LZ4_loadDict(), and LZ4_prepareTable().


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