Searched defs:deflate_state (Results 1 – 6 of 6) sorted by relevance
63 struct deflate_state { struct64 int seqno;65 int w_size;66 int unit;67 int hdrlen;68 int mru;69 int debug;70 z_stream strm;71 struct compstat stats;
368 typedef struct deflate_state { struct369 z_streamp strm; /* pointer back to this zlib stream */370 int status; /* as the name implies */371 Bytef *pending_buf; /* output still pending */372 ulg pending_buf_size; /* size of pending_buf */373 Bytef *pending_out; /* next pending byte to output to the stream */374 int pending; /* nb of bytes in the pending buffer */375 int noheader; /* suppress zlib header and adler32 */376 Byte data_type; /* UNKNOWN, BINARY or ASCII */377 Byte method; /* STORED (for zip only) or DEFLATED */[all …]
263 } FAR deflate_state; typedef
271 } FAR deflate_state; typedef