Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Ddecompress.c1978 struct ZSTD_DDict_s { struct
1979 void *dictBuffer;
1980 const void *dictContent;
1981 size_t dictSize;
1982 ZSTD_entropyTables_t entropy;
1983 U32 dictID;
1984 U32 entropyPresent;
1985 ZSTD_customMem cMem;