Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zlib_inflate/
A Dinflate.h74 struct inflate_state { struct
75 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 …]
A Dinfutil.h23 struct inflate_state inflate_state; member

Completed in 5 milliseconds