Searched defs:inflate_state (Results 1 – 1 of 1) sorted by relevance
104 struct inflate_state { struct105 inflate_mode mode; /* current inflate mode */106 int last; /* true if processing last block */107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */108 int havedict; /* true if dictionary provided */109 int flags; /* gzip header method and flags (0 if zlib) */110 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */111 unsigned long check; /* protected copy of check value */112 unsigned long total; /* protected copy of output count */113 gz_headerp head; /* where to save gzip header information */[all …]