Searched defs:deflate_state (Results 1 – 2 of 2) sorted by relevance
65097 typedef struct deflate_state deflate_state; typedef65142 struct deflate_state { struct65143 z_streamp strm;65144 int status;65145 Byte *pending_buf;65146 ulg pending_buf_size;65147 Byte *pending_out;65148 int pending;65149 int noheader;65150 Byte data_type;[all …]
74878 typedef struct deflate_state deflate_state; typedef74923 struct deflate_state { struct74924 z_streamp strm;74925 int status;74926 Byte *pending_buf;74927 ulg pending_buf_size;74928 Byte *pending_out;74929 int pending;74930 int noheader;74931 Byte data_type;[all …]