Conscience Core
Public Attributes | List of all members
ZSTD_CDict_s Struct Reference

Public Attributes

const void * dictContent
 
size_t dictContentSize
 
ZSTD_dictContentType_e dictContentType
 
U32entropyWorkspace
 
ZSTD_cwksp workspace
 
ZSTD_matchState_t matchState
 
ZSTD_compressedBlockState_t cBlockState
 
ZSTD_customMem customMem
 
U32 dictID
 
int compressionLevel
 
ZSTD_paramSwitch_e useRowMatchFinder
 

Member Data Documentation

◆ cBlockState

ZSTD_compressedBlockState_t ZSTD_CDict_s::cBlockState

◆ compressionLevel

int ZSTD_CDict_s::compressionLevel

◆ customMem

ZSTD_customMem ZSTD_CDict_s::customMem

◆ dictContent

const void* ZSTD_CDict_s::dictContent

◆ dictContentSize

size_t ZSTD_CDict_s::dictContentSize

◆ dictContentType

ZSTD_dictContentType_e ZSTD_CDict_s::dictContentType

◆ dictID

U32 ZSTD_CDict_s::dictID

◆ entropyWorkspace

U32* ZSTD_CDict_s::entropyWorkspace

◆ matchState

ZSTD_matchState_t ZSTD_CDict_s::matchState

◆ useRowMatchFinder

ZSTD_paramSwitch_e ZSTD_CDict_s::useRowMatchFinder

◆ workspace

ZSTD_cwksp ZSTD_CDict_s::workspace

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