Searched defs:ZSTD_matchState_t (Results 1 – 2 of 2) sorted by relevance
204 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef208 struct ZSTD_matchState_t { struct209 ZSTD_window_t window; /* State for window round buffer management */210 U32 loadedDictEnd; /* index of end of dictionary, within context's referential.234 const ZSTD_matchState_t* dictMatchState; argument242 ZSTD_matchState_t matchState; argument
135 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef136 struct ZSTD_matchState_t { struct151 const ZSTD_matchState_t* dictMatchState; argument158 ZSTD_matchState_t matchState; argument