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