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