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.c33 struct ZSTD_DDict_s { struct
34 void* dictBuffer;
35 const void* dictContent;
36 size_t dictSize;
37 ZSTD_entropyDTables_t entropy;
38 U32 dictID;
39 U32 entropyPresent;
40 ZSTD_customMem cMem;