Searched defs:ZSTD_DDict_s (Results 1 – 1 of 1) sorted by relevance
1979 struct ZSTD_DDict_s { struct1980 void *dictBuffer;1981 const void *dictContent;1982 size_t dictSize;1983 ZSTD_entropyTables_t entropy;1984 U32 dictID;1985 U32 entropyPresent;1986 ZSTD_customMem cMem;