ReactOS 0.4.16-dev-92-g0c2cdca
|
Public Attributes | |
void * | dictBuffer |
const void * | dictContent |
size_t | dictSize |
ZSTD_entropyDTables_t | entropy |
U32 | dictID |
U32 | entropyPresent |
ZSTD_customMem | cMem |
Definition at line 36 of file zstd_ddict.c.
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().
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().
Definition at line 38 of file zstd_ddict.c.
Referenced by ZSTD_copyDDictParameters(), ZSTD_DDict_dictContent(), ZSTD_getDictID_fromDDict(), ZSTD_initDDict_internal(), and ZSTD_loadEntropy_intoDDict().
U32 ZSTD_DDict_s::dictID |
Definition at line 41 of file zstd_ddict.c.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_loadEntropy_intoDDict().
size_t ZSTD_DDict_s::dictSize |
Definition at line 39 of file zstd_ddict.c.
Referenced by ZSTD_copyDDictParameters(), ZSTD_DDict_dictSize(), ZSTD_getDictID_fromDDict(), ZSTD_initDDict_internal(), ZSTD_loadEntropy_intoDDict(), and ZSTD_sizeof_DDict().
ZSTD_entropyDTables_t ZSTD_DDict_s::entropy |
Definition at line 40 of file zstd_ddict.c.
Referenced by ZSTD_copyDDictParameters(), ZSTD_initDDict_internal(), and ZSTD_loadEntropy_intoDDict().
U32 ZSTD_DDict_s::entropyPresent |
Definition at line 42 of file zstd_ddict.c.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_loadEntropy_intoDDict().