/netbsd-src/common/dist/zlib/ |
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 …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
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 …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
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 …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
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 …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | inflate.h | 79 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 …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 35 struct inflate_state { struct 37 unsigned char FAR *window; /* allocated sliding window, if needed */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 43 code FAR *next; /* next available space in codes[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ 45 unsigned short work[288]; /* work area for code table building */ 46 code codes[ENOUGH]; /* space for code tables */
|
/netbsd-src/common/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 35 struct inflate_state { struct 37 unsigned char FAR *window; /* allocated sliding window, if needed */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 43 code FAR *next; /* next available space in codes[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ 45 unsigned short work[288]; /* work area for code table building */ 46 code codes[ENOUGH]; /* space for code tables */
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 35 struct inflate_state { struct 37 unsigned char FAR *window; /* allocated sliding window, if needed */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 43 code FAR *next; /* next available space in codes[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ 45 unsigned short work[288]; /* work area for code table building */ 46 code codes[ENOUGH]; /* space for code tables */
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 35 struct inflate_state { struct 37 unsigned char FAR *window; /* allocated sliding window, if needed */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 43 code FAR *next; /* next available space in codes[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ 45 unsigned short work[288]; /* work area for code table building */ 46 code codes[ENOUGH]; /* space for code tables */
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 35 struct inflate_state { struct 37 unsigned char FAR *window; /* allocated sliding window, if needed */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 43 code FAR *next; /* next available space in codes[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ 45 unsigned short work[288]; /* work area for code table building */ 46 code codes[ENOUGH]; /* space for code tables */
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 200 struct inflate_state { struct 201 inflate_mode mode; /* current inflate mode */ 202 int last; /* true if processing last block */ 203 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 204 int havedict; /* true if dictionary provided */ 205 int flags; /* gzip header method and flags (0 if zlib) */ 206 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ 207 unsigned long check; /* protected copy of check value */ 208 unsigned long total; /* protected copy of output count */ 209 gz_headerp head; /* where to save gzip header information */ [all …]
|