Searched defs:inflate_state (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.h | 82 struct inflate_state { struct 83 z_streamp strm; /* pointer back to this zlib stream */ 84 inflate_mode mode; /* current inflate mode */ 85 int last; /* true if processing last block */ 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, 88 int havedict; /* true if dictionary provided */ 89 int flags; /* gzip header method and flags, 0 if zlib, or 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ [all …]
|
/openbsd-src/sys/lib/libz/ |
H A D | inflate.h | 82 struct inflate_state { struct 83 z_streamp strm; /* pointer back to this zlib stream */ 84 inflate_mode mode; /* current inflate mode */ 85 int last; /* true if processing last block */ 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, 88 int havedict; /* true if dictionary provided */ 89 int flags; /* gzip header method and flags, 0 if zlib, or 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ [all …]
|
/openbsd-src/lib/libz/ |
H A D | inflate.h | 82 struct inflate_state { struct 83 z_streamp strm; /* pointer back to this zlib stream */ 84 inflate_mode mode; /* current inflate mode */ 85 int last; /* true if processing last block */ 86 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, 88 int havedict; /* true if dictionary provided */ 89 int flags; /* gzip header method and flags, 0 if zlib, or 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ 92 unsigned long check; /* protected copy of check value */ 93 unsigned long total; /* protected copy of output count */ [all …]
|