Searched defs:internal_state (Results 1 – 11 of 11) sorted by relevance
/titanic_53/usr/src/boot/lib/libz/ |
H A D | deflate.h | 97 typedef struct internal_state { struct 98 z_streamp strm; /* pointer back to this zlib stream */ 99 int status; /* as the name implies */ 100 Bytef *pending_buf; /* output still pending */ 101 ulg pending_buf_size; /* size of pending_buf */ 102 Bytef *pending_out; /* next pending byte to output to the stream */ 103 uInt pending; /* nb of bytes in the pending buffer */ 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 105 gz_headerp gzhead; /* gzip header information to write */ 106 uInt gzindex; /* where in extra, name, or comment */ [all …]
|
H A D | zutil.c | 14 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
H A D | zlib.h | 1742 struct internal_state {int dummy;}; struct
|
H A D | zconf.h | 151 # define internal_state z_internal_state macro
|
/titanic_53/usr/src/contrib/zlib/ |
H A D | deflate.h | 98 typedef struct internal_state { struct 99 z_streamp strm; /* pointer back to this zlib stream */ 100 int status; /* as the name implies */ 101 Bytef *pending_buf; /* output still pending */ 102 ulg pending_buf_size; /* size of pending_buf */ 103 Bytef *pending_out; /* next pending byte to output to the stream */ 104 ulg pending; /* nb of bytes in the pending buffer */ 105 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 106 gz_headerp gzhead; /* gzip header information to write */ 107 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
H A D | zconf.h | 187 # define internal_state z_internal_state macro
|
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1304 typedef struct internal_state { struct 1305 z_streamp strm; /* pointer back to this zlib stream */ 1306 int status; /* as the name implies */ 1307 Bytef *pending_buf; /* output still pending */ 1308 ulg pending_buf_size; /* size of pending_buf */ 1309 Bytef *pending_out; /* next pending byte to output to the stream */ 1310 uInt pending; /* nb of bytes in the pending buffer */ 1311 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 1312 gz_headerp gzhead; /* gzip header information to write */ 1313 uInt gzindex; /* where in extra, name, or comment */ [all …]
|
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 628 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
|
H A D | zlib.c | 2736 struct internal_state { struct 2739 enum { 2749 mode; /* current inflate mode */ 2752 union { 2759 } sub; /* submode */ 2762 int nowrap; /* flag for no wrapper */ 2763 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ 2765 *blocks; /* current inflate_blocks state */
|
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 3594 struct internal_state { struct 3597 enum { 3612 mode; /* current inflate mode */ 3615 union { 3622 } sub; /* submode */ 3625 int nowrap; /* flag for no wrapper */ 3626 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ 3628 inflate_blocks_statef *blocks; 4234 struct internal_state {int dummy; }; /* for buggy compilers */ argument 4755 struct internal_state {int dummy; }; /* for buggy compilers */ argument [all …]
|
H A D | zlib.h | 1193 struct internal_state {int dummy; }; /* hack for buggy compilers */ argument
|