Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zlib_deflate/
Ddefutil.h73 typedef struct deflate_state { struct
241 } deflate_state; argument
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) in bi_flush()
330 static inline void bi_windup(deflate_state *s) in bi_windup()
[all …]
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 *s);
[all …]
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_memory;
[all …]
/linux-6.6.21/lib/zlib_dfltcc/
Ddfltcc_deflate.c19 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate()
43 deflate_state *state = (deflate_state *)strm->state; in dfltcc_reset_deflate_state()
63 deflate_state *state = (deflate_state *)strm->state; in dfltcc_gdht()
76 deflate_state *state = (deflate_state *)strm->state; in dfltcc_cmpr()
97 deflate_state *state = (deflate_state *)strm->state; in send_eobs()
125 deflate_state *state = (deflate_state *)strm->state; in dfltcc_deflate()