Searched defs:deflate_state (Results 1 – 12 of 12) sorted by relevance
270 } FAR deflate_state; typedef
276 } FAR deflate_state; typedef
271 } FAR deflate_state; typedef
107 typedef struct internal_state deflate_state; typedef
90673 struct deflate_state { struct90674 z_streamp strm;90675 int status;90676 Byte *pending_buf;90677 ulg pending_buf_size;90678 Byte *pending_out;90679 int pending;90680 int noheader;90681 Byte data_type;90682 Byte method;[all …]
57387 struct deflate_state { struct57388 z_streamp strm;57389 int status;57390 Byte *pending_buf;57391 ulg pending_buf_size;57392 Byte *pending_out;57393 int pending;57394 int noheader;57395 Byte data_type;57396 Byte method;[all …]
60634 struct deflate_state { struct60635 z_streamp strm;60636 int status;60637 Byte *pending_buf;60638 ulg pending_buf_size;60639 Byte *pending_out;60640 int pending;60641 int noheader;60642 Byte data_type;60643 Byte method;[all …]