ReactOS 0.4.15-dev-7942-gd23573b
ZSTD_CDict_s Struct Reference
Collaboration diagram for ZSTD_CDict_s:

Public Attributes

const voiddictContent
 
size_t dictContentSize
 
U32entropyWorkspace
 
ZSTD_cwksp workspace
 
ZSTD_matchState_t matchState
 
ZSTD_compressedBlockState_t cBlockState
 
ZSTD_customMem customMem
 
U32 dictID
 
int compressionLevel
 

Detailed Description

Definition at line 52 of file zstd_compress.c.

Member Data Documentation

◆ cBlockState

◆ compressionLevel

◆ customMem

ZSTD_customMem ZSTD_CDict_s::customMem

Definition at line 59 of file zstd_compress.c.

Referenced by ZSTD_createCDict_advanced(), and ZSTD_freeCDict().

◆ dictContent

const void* ZSTD_CDict_s::dictContent

Definition at line 53 of file zstd_compress.c.

Referenced by ZSTD_compressBegin_internal(), and ZSTD_initCDict_internal().

◆ dictContentSize

size_t ZSTD_CDict_s::dictContentSize

◆ dictID

U32 ZSTD_CDict_s::dictID

◆ entropyWorkspace

U32* ZSTD_CDict_s::entropyWorkspace

Definition at line 55 of file zstd_compress.c.

Referenced by ZSTD_initCDict_internal().

◆ matchState

◆ workspace


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