Searched defs:internal_state (Results 1 – 10 of 10) sorted by relevance
113 Bytef *window;123 ulg window_size;128 Posf *prev;141 uInt hash_shift;148 long block_start;160 uInt prev_length;185 uInt good_match;238 ushf *d_buf;254 ush bi_buf;258 int bi_valid;[all …]
1600 struct internal_state {int dummy;}; struct
130 # define internal_state z_internal_state macro
119 Bytef *window;129 ulg window_size;134 Posf *prev;147 uInt hash_shift;154 long block_start;166 uInt prev_length;191 uInt good_match;244 ushf *d_buf;260 ush bi_buf;264 int bi_valid;[all …]
164 # define internal_state z_internal_state macro
30 struct internal_state { struct33 inflate_mode mode; /* current inflate mode */36 union {43 } sub; /* submode */46 int nowrap; /* flag for no wrapper */47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */49 *blocks; /* current inflate_blocks state */
11 struct internal_state {int dummy;}; /* for buggy compilers */ argument
445 #define internal_state mz_internal_state macro
Completed in 33 milliseconds