Searched defs:ZSTD_CDict_s (Results 1 – 2 of 2) sorted by relevance
52 struct ZSTD_CDict_s { struct53 const void* dictContent;54 size_t dictContentSize;55 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */56 ZSTD_cwksp workspace;57 ZSTD_matchState_t matchState;58 ZSTD_compressedBlockState_t cBlockState;59 ZSTD_customMem customMem;60 U32 dictID;61 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */
75 struct ZSTD_CDict_s { struct76 const void* dictContent;77 size_t dictContentSize;78 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */79 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */80 ZSTD_cwksp workspace;81 ZSTD_matchState_t matchState;82 ZSTD_compressedBlockState_t cBlockState;83 ZSTD_customMem customMem;84 U32 dictID;[all …]