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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c2142 dns_rbt_printtree(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth) { function
2175 dns_rbt_printtree(DOWN(root), NULL, depth);
2184 dns_rbt_printtree(LEFT(root), root, depth);
2188 dns_rbt_printtree(RIGHT(root), root, depth);
2198 dns_rbt_printtree(rbt->root, NULL, 0);

Completed in 204 milliseconds