Lines Matching defs:ZSTD_CDict_s
80 struct ZSTD_CDict_s { struct
81 const void* dictContent;
82 size_t dictContentSize;
83 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
84 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
85 ZSTD_cwksp workspace;
86 ZSTD_MatchState_t matchState;
87 ZSTD_compressedBlockState_t cBlockState;
88 ZSTD_customMem customMem;
89 U32 dictID;
90 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */
91 …amSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that would use