Searched defs:internal_state (Results 1 – 7 of 7) sorted by relevance
94 typedef struct internal_state { struct95 z_streamp strm; /* pointer back to this zlib stream */96 int status; /* as the name implies */97 Bytef *pending_buf; /* output still pending */98 ulg pending_buf_size; /* size of pending_buf */99 Bytef *pending_out; /* next pending byte to output to the stream */100 uInt pending; /* nb of bytes in the pending buffer */101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */102 gz_headerp gzhead; /* gzip header information to write */103 uInt gzindex; /* where in extra, name, or comment */[all …]
16 struct internal_state {int dummy;}; /* for buggy compilers */ struct
1348 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
628 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
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 */
3594 struct internal_state { struct3597 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 */ argument4755 struct internal_state {int dummy; }; /* for buggy compilers */ struct[all …]
1193 struct internal_state {int dummy; }; /* hack for buggy compilers */ struct