Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:send_tree

149 local void send_tree      OF((deflate_state *s, ct_data *tree, int max_code));
752 local void send_tree (s, tree, max_code)
857 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */
860 send_tree(s, (ct_data *)s->dyn_dtree, dcodes-1); /* distance tree */