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

#include <lz4hc.h>

Public Attributes

LZ4_u32 hashTable [LZ4HC_HASHTABLESIZE]
 
LZ4_u16 chainTable [LZ4HC_MAXD]
 
const LZ4_byteend
 
const LZ4_byteprefixStart
 
const LZ4_bytedictStart
 
LZ4_u32 dictLimit
 
LZ4_u32 lowLimit
 
LZ4_u32 nextToUpdate
 
short compressionLevel
 
LZ4_i8 favorDecSpeed
 
LZ4_i8 dirty
 
const LZ4HC_CCtx_internaldictCtx
 

Member Data Documentation

◆ chainTable

LZ4_u16 LZ4HC_CCtx_internal::chainTable[LZ4HC_MAXD]

◆ compressionLevel

short LZ4HC_CCtx_internal::compressionLevel

◆ dictCtx

const LZ4HC_CCtx_internal* LZ4HC_CCtx_internal::dictCtx

◆ dictLimit

LZ4_u32 LZ4HC_CCtx_internal::dictLimit

◆ dictStart

const LZ4_byte* LZ4HC_CCtx_internal::dictStart

◆ dirty

LZ4_i8 LZ4HC_CCtx_internal::dirty

◆ end

const LZ4_byte* LZ4HC_CCtx_internal::end

◆ favorDecSpeed

LZ4_i8 LZ4HC_CCtx_internal::favorDecSpeed

◆ hashTable

LZ4_u32 LZ4HC_CCtx_internal::hashTable[LZ4HC_HASHTABLESIZE]

◆ lowLimit

LZ4_u32 LZ4HC_CCtx_internal::lowLimit

◆ nextToUpdate

LZ4_u32 LZ4HC_CCtx_internal::nextToUpdate

◆ prefixStart

const LZ4_byte* LZ4HC_CCtx_internal::prefixStart

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