Searched defs:ZSTD_DDict_s (Results 1 – 1 of 1) sorted by relevance
33 struct ZSTD_DDict_s { struct34 void* dictBuffer;35 const void* dictContent;36 size_t dictSize;37 ZSTD_entropyDTables_t entropy;38 U32 dictID;39 U32 entropyPresent;40 ZSTD_customMem cMem;