Searched defs:internal_state (Results 1 – 5 of 5) sorted by relevance
96 typedef struct internal_state { struct97 z_streamp strm; /* pointer back to this zlib stream */98 int status; /* as the name implies */99 Bytef *pending_buf; /* output still pending */100 ulg pending_buf_size; /* size of pending_buf */101 Bytef *pending_out; /* next pending byte to output to the stream */102 uInt pending; /* nb of bytes in the pending buffer */103 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */104 gz_headerp gzhead; /* gzip header information to write */105 uInt gzindex; /* where in extra, name, or comment */[all …]
13 struct internal_state {int dummy;}; /* for buggy compilers */ struct
1350 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
21 struct internal_state {int dummy;}; /* for buggy compilers */ argument
1690 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument