Home
last modified time | relevance | path

Searched defs:ZSTD_DDict_s (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/decompress/
H A Dzstd_ddict.c34 struct ZSTD_DDict_s { struct
35 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;