Searched defs:inflate_state (Results 1 – 1 of 1) sorted by relevance
81 struct inflate_state { struct82 inflate_mode mode; /* current inflate mode */83 int last; /* true if processing last block */84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */85 int havedict; /* true if dictionary provided */86 int flags; /* gzip header method and flags (0 if zlib) */87 unsigned long check; /* protected copy of check value */88 unsigned long total; /* protected copy of output count */90 unsigned wbits; /* log base 2 of requested window size */91 unsigned wsize; /* window size or zero if not using window */[all …]