Searched defs:ZSTD_CDict_s (Results 1 – 1 of 1) sorted by relevance
72 struct ZSTD_CDict_s { struct73 const void* dictContent;74 size_t dictContentSize;75 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */76 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */77 ZSTD_cwksp workspace;78 ZSTD_matchState_t matchState;79 ZSTD_compressedBlockState_t cBlockState;80 ZSTD_customMem customMem;81 U32 dictID;[all …]