Home
last modified time | relevance | path

Searched defs:ZSTD_MatchState_t (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h266 typedef struct ZSTD_MatchState_t ZSTD_MatchState_t; typedef
270 struct ZSTD_MatchState_t { struct
271 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; argument
318 ZSTD_MatchState_t matchState; argument