Lines Matching defs:ZSTD_CDict_s
61 struct ZSTD_CDict_s { struct
62 const void* dictContent;
63 size_t dictContentSize;
64 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
65 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
66 ZSTD_cwksp workspace;
67 ZSTD_matchState_t matchState;
68 ZSTD_compressedBlockState_t cBlockState;
69 ZSTD_customMem customMem;
70 U32 dictID;
71 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */