Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c61 struct ZSTD_CDict_s { struct
62 const void* dictContent;
63 size_t dictContentSize;
64 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
65 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
66 ZSTD_cwksp workspace;
67 ZSTD_matchState_t matchState;
68 ZSTD_compressedBlockState_t cBlockState;
69 ZSTD_customMem customMem;
70 U32 dictID;
[all …]