Searched defs:inflate_state (Results 1 – 1 of 1) sorted by relevance
82 struct inflate_state { struct84 inflate_mode mode; /* current inflate mode */97 unsigned whave; /* valid bytes in the window */98 unsigned wnext; /* window write index */101 unsigned long hold; /* input bit accumulator */102 unsigned bits; /* number of bits in "in" */107 unsigned extra; /* extra bits needed */111 unsigned lenbits; /* index bits for lencode */112 unsigned distbits; /* index bits for distcode */121 code codes[ENOUGH]; /* space for code tables */[all …]