Searched defs:internal_state (Results 1 – 4 of 4) sorted by relevance
104 typedef struct internal_state { struct105 z_streamp strm; /* pointer back to this zlib stream */106 int status; /* as the name implies */107 Bytef *pending_buf; /* output still pending */108 ulg pending_buf_size; /* size of pending_buf */109 Bytef *pending_out; /* next pending byte to output to the stream */110 ulg pending; /* nb of bytes in the pending buffer */111 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */112 gz_headerp gzhead; /* gzip header information to write */113 ulg gzindex; /* where in extra, name, or comment */[all …]
178 # define internal_state z_internal_state macro
167 # define internal_state z_internal_state macro
4085 const StateType internal_state = in RunPrivateStateThread() local