Searched defs:internal_state (Results 1 – 7 of 7) sorted by relevance
98 typedef struct internal_state { struct99 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 …]
187 # define internal_state z_internal_state macro
1304 typedef struct internal_state { struct1305 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 …]
628 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
2736 struct internal_state { struct2739 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 */
3592 struct internal_state { struct3595 enum {3610 mode; /* current inflate mode */3613 union {3620 } sub; /* submode */3623 int nowrap; /* flag for no wrapper */3624 uInt wbits; /* log2(window size) (8..15, defaults to 15) */3626 inflate_blocks_statef *blocks;4232 struct internal_state {int dummy; }; /* for buggy compilers */ argument4753 struct internal_state {int dummy; }; /* for buggy compilers */ argument[all …]
1191 struct internal_state {int dummy; }; /* hack for buggy compilers */ argument