Searched defs:ZSTD_DDict_s (Results 1 – 1 of 1) sorted by relevance
1968 struct ZSTD_DDict_s { struct1969 void *dictBuffer;1970 const void *dictContent;1971 size_t dictSize;1972 ZSTD_entropyTables_t entropy;1973 U32 dictID;1974 U32 entropyPresent;1975 ZSTD_customMem cMem;