Searched defs:ZSTD_matchState_t (Results 1 – 1 of 1) sorted by relevance
198 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef202 struct ZSTD_matchState_t { struct203 ZSTD_window_t window; /* State for window round buffer management */204 U32 loadedDictEnd; /* index of end of dictionary, within context's referential.228 const ZSTD_matchState_t* dictMatchState; argument236 ZSTD_matchState_t matchState; argument