Home | History | Annotate | Download | only in zlib

Lines Matching refs:send_tree

145 local void send_tree      OF((deflate_state *s, ct_data *tree, int max_code));
748 local void send_tree (s, tree, max_code)
853 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */
856 send_tree(s, (ct_data *)s->dyn_dtree, dcodes-1); /* distance tree */