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