Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h82 struct inflate_state { struct
84 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 …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1638 struct inflate_state { struct
1639 inflate_mode mode; /* current inflate mode */
1642 int havedict; /* true if dictionary provided */
1651 unsigned whave; /* valid bytes in the window */
1652 unsigned write; /* window write index */
1655 unsigned long hold; /* input bit accumulator */
1656 unsigned bits; /* number of bits in "in" */
1661 unsigned extra; /* extra bits needed */
1665 unsigned lenbits; /* index bits for lencode */
1666 unsigned distbits; /* index bits for distcode */
[all …]