Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.h154 struct inflate_state { struct
155 inflate_mode mode; /* current inflate mode */
156 MS_U32 last; /* true if processing last block */
157 MS_U32 wrap; /* bit 0 true for zlib, bit 1 true for gzip */
158 MS_U32 havedict; /* true if dictionary provided */
159 MS_U32 flags; /* gzip header method and flags (0 if zlib) */
160 MS_U32 dmax; /* zlib header max distance (INFLATE_STRICT) */
161 MS_U32 check; /* protected copy of check value */
162 MS_U32 total; /* protected copy of output count */
163 gz_headerp head; /* where to save gzip header information */
[all …]