Searched refs:deflate_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/zlib_deflate/
H A Ddefutil.h73 typedef struct deflate_state { struct
241 } deflate_state; typedef in typeref:struct:deflate_state
274 void zlib_tr_init (deflate_state *s);
275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
276 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len,
278 void zlib_tr_align (deflate_state *s);
279 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len,
281 void zlib_tr_stored_type_only (deflate_state *);
314 static inline void bi_flush(deflate_state *s)
330 static inline void bi_windup(deflate_state *
[all...]
H A Ddeftree.c132 static void init_block (deflate_state *s);
133 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
134 static void gen_bitlen (deflate_state *s, tree_desc *desc);
136 static void build_tree (deflate_state *s, tree_desc *desc);
137 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
138 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
139 static int build_bl_tree (deflate_state *s);
140 static void send_all_trees (deflate_state *s, int lcodes, int dcodes,
142 static void compress_block (deflate_state *s, ct_data *ltree,
144 static void set_data_type (deflate_state *
[all...]
H A Ddeflate.c69 typedef block_state (*compress_func) (deflate_state *s, int flush);
72 static void fill_window (deflate_state *s);
73 static block_state deflate_stored (deflate_state *s, int flush);
74 static block_state deflate_fast (deflate_state *s, int flush);
75 static block_state deflate_slow (deflate_state *s, int flush);
76 static void lm_init (deflate_state *s);
77 static void putShortMSB (deflate_state *s, uInt b);
79 static uInt longest_match (deflate_state *s, IPos cur_match);
82 static void check_match (deflate_state *s, IPos start, IPos match,
106 deflate_state deflate_memor
[all...]
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c19 deflate_state *state = (deflate_state *)strm->state;
43 deflate_state *state = (deflate_state *)strm->state;
63 deflate_state *state = (deflate_state *)strm->state;
76 deflate_state *state = (deflate_state *)strm->state;
97 deflate_state *state = (deflate_state *)str
[all...]

Completed in 114 milliseconds