Searched defs:inflate_state (Results 1 – 2 of 2) sorted by relevance
74 struct inflate_state { struct75 inflate_mode mode; /* current inflate mode */78 int havedict; /* true if dictionary provided */87 unsigned whave; /* valid bytes in the window */88 unsigned write; /* window write index */91 unsigned long hold; /* input bit accumulator */92 unsigned bits; /* number of bits in "in" */97 unsigned extra; /* extra bits needed */101 unsigned lenbits; /* index bits for lencode */102 unsigned distbits; /* index bits for distcode */[all …]
23 struct inflate_state inflate_state; member
Completed in 5 milliseconds