Searched defs:deflate_state (Results 1 – 6 of 6) sorted by relevance
354 typedef struct deflate_state { struct355 z_streamp strm; /* pointer back to this zlib stream */356 int status; /* as the name implies */357 Bytef *pending_buf; /* output still pending */358 ulg pending_buf_size; /* size of pending_buf */359 Bytef *pending_out; /* next pending byte to output to the stream */360 int pending; /* nb of bytes in the pending buffer */361 int noheader; /* suppress zlib header and adler32 */362 Byte data_type; /* UNKNOWN, BINARY or ASCII */363 Byte method; /* STORED (for zip only) or DEFLATED */[all …]
44 struct deflate_state { struct59 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetOutput() argument
264 } FAR deflate_state; typedef
276 } FAR deflate_state; typedef