Searched defs:print_dot_helper (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbt.c3112 print_dot_helper(dns_rbtnode_t *node, unsigned int *nodecount, function
3120 l = print_dot_helper(LEFT(node), nodecount, show_pointers, f);
3121 r = print_dot_helper(RIGHT(node), nodecount, show_pointers, f);
3122 d = print_dot_helper(DOWN(node), nodecount, show_pointers, f);
3172 print_dot_helper(rbt->root, &nodecount, show_pointers, f);

Completed in 21 milliseconds