Searched defs:internal_state (Results 1 – 5 of 5) 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 …]
11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
592 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
721 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
43 uint8_t internal_state = config | output; in pca9554_update_pin_input() local