ReactOS 0.4.15-dev-7842-g558ab78
ZSTD_DDict_s Struct Reference
Collaboration diagram for ZSTD_DDict_s:

Public Attributes

voiddictBuffer
 
const voiddictContent
 
size_t dictSize
 
ZSTD_entropyDTables_t entropy
 
U32 dictID
 
U32 entropyPresent
 
ZSTD_customMem cMem
 

Detailed Description

Definition at line 36 of file zstd_ddict.c.

Member Data Documentation

◆ cMem

ZSTD_customMem ZSTD_DDict_s::cMem

Definition at line 43 of file zstd_ddict.c.

Referenced by ZSTD_createDDict_advanced(), ZSTD_freeDDict(), and ZSTD_initDDict_internal().

◆ dictBuffer

void* ZSTD_DDict_s::dictBuffer

Definition at line 37 of file zstd_ddict.c.

Referenced by ZSTD_freeDDict(), ZSTD_initDDict_internal(), and ZSTD_sizeof_DDict().

◆ dictContent

◆ dictID

U32 ZSTD_DDict_s::dictID

Definition at line 41 of file zstd_ddict.c.

Referenced by ZSTD_copyDDictParameters(), and ZSTD_loadEntropy_intoDDict().

◆ dictSize

◆ entropy

ZSTD_entropyDTables_t ZSTD_DDict_s::entropy

◆ entropyPresent

U32 ZSTD_DDict_s::entropyPresent

Definition at line 42 of file zstd_ddict.c.

Referenced by ZSTD_copyDDictParameters(), and ZSTD_loadEntropy_intoDDict().


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