Home
last modified time | relevance | path

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

/lib/zstd/compress/
Dzstd_compress_internal.h198 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef
202 struct ZSTD_matchState_t { struct
203 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; argument
236 ZSTD_matchState_t matchState; argument