Home
last modified time | relevance | path

Searched defs:ZSTD_CDict_s (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress.c78 struct ZSTD_CDict_s { struct
79 const void* dictContent;
80 size_t dictContentSize;
81 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
82 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
83 ZSTD_cwksp workspace;
84 ZSTD_MatchState_t matchState;
85 ZSTD_compressedBlockState_t cBlockState;
86 ZSTD_customMem customMem;
87 U32 dictID;
[all …]