Home
last modified time | relevance | path

Searched defs:inflate_state (Results 1 – 1 of 1) sorted by relevance

/u-boot/lib/zlib/
A Dinflate.h77 struct inflate_state { struct
78 inflate_mode mode; /* current inflate mode */
81 int havedict; /* true if dictionary provided */
90 unsigned whave; /* valid bytes in the window */
91 unsigned write; /* window write index */
94 unsigned long hold; /* input bit accumulator */
95 unsigned bits; /* number of bits in "in" */
100 unsigned extra; /* extra bits needed */
104 unsigned lenbits; /* index bits for lencode */
105 unsigned distbits; /* index bits for distcode */
[all …]

Completed in 4 milliseconds