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

/bind-9.11.3/lib/dns/
H A Drbt.c3113 isc_boolean_t show_pointers, FILE *f)
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);
3130 if (show_pointers)
3165 dns_rbt_printdot(dns_rbt_t *rbt, isc_boolean_t show_pointers, FILE *f) { argument
3172 print_dot_helper(rbt->root, &nodecount, show_pointers, f);
3112 print_dot_helper(dns_rbtnode_t *node, unsigned int *nodecount, isc_boolean_t show_pointers, FILE *f) argument

Completed in 33 milliseconds