Searched defs:ZSTD_CDict_s (Results 1 – 5 of 5) sorted by relevance
75 struct ZSTD_CDict_s { struct76 const void* dictContent;77 size_t dictContentSize;78 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */79 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */80 ZSTD_cwksp workspace;81 ZSTD_matchState_t matchState;82 ZSTD_compressedBlockState_t cBlockState;83 ZSTD_customMem customMem;84 U32 dictID;[all …]
90995 struct ZSTD_CDict_s { struct91002 typedef struct ZSTD_CDict_s ZSTD_CDict; argument
57709 struct ZSTD_CDict_s { struct57716 typedef struct ZSTD_CDict_s ZSTD_CDict; argument