NexusCPP  3.5.0
Public Attributes | List of all members
LZ4_stream_t_internal Struct Reference

#include <bslz4.h>

Collaboration diagram for LZ4_stream_t_internal:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ currentOffset

LZ4_u32 LZ4_stream_t_internal::currentOffset

◆ dictCtx

const LZ4_stream_t_internal* LZ4_stream_t_internal::dictCtx

◆ dictionary

const LZ4_byte* LZ4_stream_t_internal::dictionary

◆ dictSize

LZ4_u32 LZ4_stream_t_internal::dictSize

◆ hashTable

LZ4_u32 LZ4_stream_t_internal::hashTable[LZ4_HASH_SIZE_U32]

◆ tableType

LZ4_u32 LZ4_stream_t_internal::tableType

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