Searched defs:internal_state (Results 1 – 16 of 16) sorted by relevance
97 typedef struct internal_state { struct98 z_streamp strm; /* pointer back to this zlib stream */99 int status; /* as the name implies */100 Bytef *pending_buf; /* output still pending */101 ulg pending_buf_size; /* size of pending_buf */102 Bytef *pending_out; /* next pending byte to output to the stream */103 uInt pending; /* nb of bytes in the pending buffer */104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */105 gz_headerp gzhead; /* gzip header information to write */106 uInt gzindex; /* where in extra, name, or comment */[all …]
14 struct internal_state {int dummy;}; /* for buggy compilers */ struct
1813 struct internal_state {int dummy;}; argument
151 # define internal_state z_internal_state macro
1742 struct internal_state {int dummy;}; struct
30 struct internal_state { struct33 inflate_mode mode; /* current inflate mode */36 union {43 } sub; /* submode */46 int nowrap; /* flag for no wrapper */47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */49 *blocks; /* current inflate_blocks state */
36 static char internal_state[4]; variable342 static mbstate_t internal_state; in rpl_mbrtowc() local
1807 struct internal_state {int dummy;}; struct
4034 … const StateType internal_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get()); in RunPrivateStateThread() local