Searched refs:send_tree (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
752 local void send_tree (s, tree, max_code) function
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
752 local void send_tree (s, tree, max_code) function
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c142 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
672 static void send_tree( function
782 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */
785 send_tree(s, (ct_data *)s->dyn_dtree, dcodes-1); /* distance tree */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c965 static void send_tree(ct_data * tree, int max_code);
1361 static void send_tree(ct_data * tree, int max_code) function
1471 send_tree((ct_data *) G2.dyn_ltree, lcodes - 1); /* send the literal tree */
1474 send_tree((ct_data *) G2.dyn_dtree, dcodes - 1); /* send the distance tree */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1576 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
2109 local void send_tree (s, tree, max_code) function
2214 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */
2217 send_tree(s, (ct_data *)s->dyn_dtree, dcodes-1); /* distance tree */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1972 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
2507 local void send_tree (s, tree, max_code) function
2612 send_tree(s, (ct_data *)s->dyn_ltree, lcodes-1); /* literal tree */
2615 send_tree(s, (ct_data *)s->dyn_dtree, dcodes-1); /* distance tree */

Completed in 133 milliseconds