Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress.c72 struct ZSTD_CDict_s { struct
73 const void* dictContent;
74 size_t dictContentSize;
75 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
76 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
77 ZSTD_cwksp workspace;
78 ZSTD_matchState_t matchState;
79 ZSTD_compressedBlockState_t cBlockState;
80 ZSTD_customMem customMem;
81 U32 dictID;
[all …]