Searched defs:ZSTD_CDict_s (Results 1 – 1 of 1) sorted by relevance
78 struct ZSTD_CDict_s { struct79 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 …]