Home
last modified time | relevance | path

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

/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h89 typedef struct internal_state { struct
90 z_streamp strm; /* pointer back to this zlib stream */
91 int status; /* as the name implies */
92 Bytef *pending_buf; /* output still pending */
93 ulg pending_buf_size; /* size of pending_buf */
94 Bytef *pending_out; /* next pending byte to output to the stream */
95 uInt pending; /* nb of bytes in the pending buffer */
96 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
97 uInt gzindex; /* where in extra, name, or comment */
98 Byte method; /* can only be DEFLATED */
[all …]
H A Dhammer2_zlib_zutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ argument
H A Dhammer2_zlib.h544 struct internal_state {int dummy;}; argument
H A Dhammer2_zlib_zconf.h91 # define internal_state z_internal_state macro
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h89 typedef struct internal_state { struct
90 z_streamp strm; /* pointer back to this zlib stream */
91 int status; /* as the name implies */
92 Bytef *pending_buf; /* output still pending */
93 ulg pending_buf_size; /* size of pending_buf */
94 Bytef *pending_out; /* next pending byte to output to the stream */
95 uInt pending; /* nb of bytes in the pending buffer */
96 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
97 uInt gzindex; /* where in extra, name, or comment */
98 Byte method; /* can only be DEFLATED */
[all …]
H A Dhammer2_zlib_zutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ argument
H A Dhammer2_zlib.h544 struct internal_state {int dummy;}; argument
H A Dhammer2_zlib_zconf.h91 # define internal_state z_internal_state macro
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h89 typedef struct internal_state { struct
90 z_streamp strm; /* pointer back to this zlib stream */
91 int status; /* as the name implies */
92 Bytef *pending_buf; /* output still pending */
93 ulg pending_buf_size; /* size of pending_buf */
94 Bytef *pending_out; /* next pending byte to output to the stream */
95 uInt pending; /* nb of bytes in the pending buffer */
96 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
97 uInt gzindex; /* where in extra, name, or comment */
98 Byte method; /* can only be DEFLATED */
[all …]
H A Dhammer2_zlib_zutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
H A Dhammer2_zlib.h544 struct internal_state {int dummy;}; argument
H A Dhammer2_zlib_zconf.h91 # define internal_state z_internal_state macro
/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.h100 typedef struct internal_state { struct
101 z_streamp strm; /* pointer back to this zlib stream */
102 int status; /* as the name implies */
103 Bytef *pending_buf; /* output still pending */
104 ulg pending_buf_size; /* size of pending_buf */
105 Bytef *pending_out; /* next pending byte to output to the stream */
106 ulg pending; /* nb of bytes in the pending buffer */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
108 gz_headerp gzhead; /* gzip header information to write */
109 ulg gzindex; /* where in extra, name, or comment */
[all …]
/dflybsd-src/sys/net/
H A Dzlib.c3071 struct internal_state { struct
3074 enum {
3089 mode; /* current inflate mode */
3092 union {
3099 } sub; /* submode */
3102 int nowrap; /* flag for no wrapper */
3103 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
3105 *blocks; /* current inflate_blocks state */
3630 struct internal_state {int dummy;}; /* for buggy compilers */ struct
4116 struct internal_state {int dummy;}; /* for buggy compilers */ struct
[all …]
H A Dzlib.h1008 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
/dflybsd-src/lib/libz/
H A Dzconf.h164 # define internal_state z_internal_state macro