Lines Matching defs:ZSTD_CDict_s
72 struct ZSTD_CDict_s { struct
73 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;
82 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */
83 …amSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that would use