Searched defs:ZSTD_CDict_s (Results 1 – 7 of 7) sorted by relevance
80 struct ZSTD_CDict_s { struct81 const void* dictContent;82 size_t dictContentSize;83 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */84 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */85 ZSTD_cwksp workspace;86 ZSTD_MatchState_t matchState;87 ZSTD_compressedBlockState_t cBlockState;88 ZSTD_customMem customMem;89 U32 dictID;[all …]
78429 struct ZSTD_CDict_s { struct78430 const void *dictContent;78431 size_t dictContentSize;78432 ZSTD_dictContentType_e dictContentType;78433 U32 *entropyWorkspace;78434 ZSTD_cwksp workspace;78435 ZSTD_matchState_t matchState;78436 ZSTD_compressedBlockState_t cBlockState;78437 ZSTD_customMem customMem;78438 U32 dictID;[all …]
74933 struct ZSTD_CDict_s { struct74934 const void *dictContent;74935 size_t dictContentSize;74936 ZSTD_dictContentType_e dictContentType;74937 U32 *entropyWorkspace;74938 ZSTD_cwksp workspace;74939 ZSTD_matchState_t matchState;74940 ZSTD_compressedBlockState_t cBlockState;74941 ZSTD_customMem customMem;74942 U32 dictID;[all …]
34710 struct ZSTD_CDict_s { struct34711 const void *dictContent;34712 size_t dictContentSize;34713 ZSTD_dictContentType_e dictContentType;34714 U32 *entropyWorkspace;34715 ZSTD_cwksp workspace;34716 ZSTD_matchState_t matchState;34717 ZSTD_compressedBlockState_t cBlockState;34718 ZSTD_customMem customMem;34719 U32 dictID;[all …]