Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.h83 struct inflate_state { struct
84 z_streamp strm; /* pointer back to this zlib stream */
85 inflate_mode mode; /* current inflate mode */
86 int last; /* true if processing last block */
87 int wrap; /* bit 0 true for zlib, bit 1 true for gzip,
89 int havedict; /* true if dictionary provided */
90 int flags; /* gzip header method and flags, 0 if zlib, or
92 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
93 unsigned long check; /* protected copy of check value */
94 unsigned long total; /* protected copy of output count */
[all …]