Searched defs:ZSTD_MatchState_t (Results 1 – 1 of 1) sorted by relevance
266 typedef struct ZSTD_MatchState_t ZSTD_MatchState_t; typedef270 struct ZSTD_MatchState_t { struct271 ZSTD_window_t window; /* State for window round buffer management */272 U32 loadedDictEnd; /* index of end of dictionary, within context's referential.298 const ZSTD_MatchState_t* dictMatchState; argument318 ZSTD_MatchState_t matchState; argument