Searched defs:deflate_state (Results 1 – 1 of 1) sorted by relevance
65196 struct deflate_state { struct65197 z_streamp strm;65198 int status;65199 Byte *pending_buf;65200 ulg pending_buf_size;65201 Byte *pending_out;65202 int pending;65203 int noheader;65204 Byte data_type;65205 Byte method;[all …]