UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LZ4_stream_t_internal Struct Reference

#include <lz4.h>

Public Attributes

LZ4_u32 hashTable [LZ4_HASH_SIZE_U32]
 
const LZ4_bytedictionary
 
const LZ4_stream_t_internaldictCtx
 
LZ4_u32 currentOffset
 
LZ4_u32 tableType
 
LZ4_u32 dictSize
 
unsigned int hashTable [LZ4_HASH_SIZE_U32]
 
unsigned int currentOffset
 
unsigned short dirty
 
unsigned short tableType
 
const unsigned chardictionary
 
unsigned int dictSize
 

Member Data Documentation

◆ currentOffset [1/2]

LZ4_u32 LZ4_stream_t_internal::currentOffset

◆ currentOffset [2/2]

unsigned int LZ4_stream_t_internal::currentOffset

◆ dictCtx

const LZ4_stream_t_internal * LZ4_stream_t_internal::dictCtx

◆ dictionary [1/2]

const LZ4_byte* LZ4_stream_t_internal::dictionary

◆ dictionary [2/2]

const unsigned char* LZ4_stream_t_internal::dictionary

◆ dictSize [1/2]

LZ4_u32 LZ4_stream_t_internal::dictSize

◆ dictSize [2/2]

unsigned int LZ4_stream_t_internal::dictSize

◆ dirty

unsigned short LZ4_stream_t_internal::dirty

◆ hashTable [1/2]

LZ4_u32 LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

◆ hashTable [2/2]

unsigned int LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

◆ tableType [1/2]

LZ4_u32 LZ4_stream_t_internal::tableType

◆ tableType [2/2]

unsigned short LZ4_stream_t_internal::tableType

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