Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zlib-1.2/
H A Dinflate.h82 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) */
90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
91 unsigned long check; /* protected copy of check value */
92 unsigned long total; /* protected copy of output count */
[all …]
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h73 struct inflate_state { struct
74 inflate_mode mode; /* current inflate mode */
75 int last; /* true if processing last block */
76 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
77 int havedict; /* true if dictionary provided */
78 int flags; /* gzip header method and flags (0 if zlib) */
79 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
80 unsigned long check; /* protected copy of check value */
81 unsigned long total; /* protected copy of output count */
83 unsigned wbits; /* log base 2 of requested window size */
[all …]
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inflate.h73 struct inflate_state { struct
74 inflate_mode mode; /* current inflate mode */
75 int last; /* true if processing last block */
76 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
77 int havedict; /* true if dictionary provided */
78 int flags; /* gzip header method and flags (0 if zlib) */
79 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
80 unsigned long check; /* protected copy of check value */
81 unsigned long total; /* protected copy of output count */
83 unsigned wbits; /* log base 2 of requested window size */
[all …]
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_inflate.h73 struct inflate_state { struct
74 inflate_mode mode; /* current inflate mode */
75 int last; /* true if processing last block */
76 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
77 int havedict; /* true if dictionary provided */
78 int flags; /* gzip header method and flags (0 if zlib) */
79 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
80 unsigned long check; /* protected copy of check value */
81 unsigned long total; /* protected copy of output count */
83 unsigned wbits; /* log base 2 of requested window size */
[all …]