Searched defs:internal_state (Results 1 – 4 of 4) sorted by relevance
90 typedef struct internal_state { struct91 z_streamp strm; /* pointer back to this zlib stream */92 int status; /* as the name implies */93 Bytef *pending_buf; /* output still pending */94 ulg pending_buf_size; /* size of pending_buf */95 Bytef *pending_out; /* next pending byte to output to the stream */96 int pending; /* nb of bytes in the pending buffer */97 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */98 Byte method; /* STORED (for zip only) or DEFLATED */99 int last_flush; /* value of flush param for previous deflate call */[all …]
11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
1189 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
19 struct internal_state {int dummy;}; /* for buggy compilers */ struct