ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
const void * | dictContent |
size_t | dictContentSize |
U32 * | entropyWorkspace |
ZSTD_cwksp | workspace |
ZSTD_matchState_t | matchState |
ZSTD_compressedBlockState_t | cBlockState |
ZSTD_customMem | customMem |
U32 | dictID |
int | compressionLevel |
Definition at line 52 of file zstd_compress.c.
ZSTD_compressedBlockState_t ZSTD_CDict_s::cBlockState |
Definition at line 58 of file zstd_compress.c.
Referenced by ZSTD_initCDict_internal(), ZSTD_resetCCtx_byAttachingCDict(), and ZSTD_resetCCtx_byCopyingCDict().
int ZSTD_CDict_s::compressionLevel |
Definition at line 61 of file zstd_compress.c.
Referenced by ZSTD_compressBegin_internal(), ZSTD_compressBegin_usingCDict_advanced(), ZSTD_createCDict(), and ZSTD_createCDict_advanced().
ZSTD_customMem ZSTD_CDict_s::customMem |
Definition at line 59 of file zstd_compress.c.
Referenced by ZSTD_createCDict_advanced(), and ZSTD_freeCDict().
Definition at line 53 of file zstd_compress.c.
Referenced by ZSTD_compressBegin_internal(), and ZSTD_initCDict_internal().
size_t ZSTD_CDict_s::dictContentSize |
Definition at line 54 of file zstd_compress.c.
Referenced by ZSTD_compressBegin_internal(), ZSTD_compressBegin_usingCDict_advanced(), and ZSTD_initCDict_internal().
U32 ZSTD_CDict_s::dictID |
Definition at line 60 of file zstd_compress.c.
Referenced by ZSTD_initCDict_internal(), ZSTD_resetCCtx_byAttachingCDict(), and ZSTD_resetCCtx_byCopyingCDict().
U32* ZSTD_CDict_s::entropyWorkspace |
Definition at line 55 of file zstd_compress.c.
Referenced by ZSTD_initCDict_internal().
ZSTD_matchState_t ZSTD_CDict_s::matchState |
Definition at line 57 of file zstd_compress.c.
Referenced by ZSTD_getCParamsFromCDict(), ZSTD_initCDict_internal(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_shouldAttachDict().
ZSTD_cwksp ZSTD_CDict_s::workspace |
Definition at line 56 of file zstd_compress.c.
Referenced by ZSTD_createCDict_advanced(), ZSTD_freeCDict(), ZSTD_initCDict_internal(), ZSTD_initStaticCDict(), and ZSTD_sizeof_CDict().