Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dinflate.h79 struct inflate_state { struct
80 inflate_mode mode; /* current inflate mode */
81 int last; /* true if processing last block */
82 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
83 int havedict; /* true if dictionary provided */
84 int flags; /* gzip header method and flags (0 if zlib) */
85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
86 unsigned long check; /* protected copy of check value */
87 unsigned long total; /* protected copy of output count */
88 gz_headerp head; /* where to save gzip header information */
[all …]