Home
last modified time | relevance | path

Searched refs:show_pointers (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drbt.h573 dns_rbt_printdot(dns_rbt_t *rbt, bool show_pointers, FILE *f);
578 * If show_pointers is TRUE, pointers are also included in the generated
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c2358 bool show_pointers, FILE *f) { in check_properties_helper()
2365 l = print_dot_helper(node->left, nodecount, show_pointers, f); in check_properties_helper()
2366 r = print_dot_helper(node->right, nodecount, show_pointers, f); in check_properties_helper()
2367 d = print_dot_helper(node->down, nodecount, show_pointers, f); in check_properties_helper()
2375 if (show_pointers) { in check_black_distance_helper()
2416 dns_rbt_printdot(dns_rbt_t *rbt, bool show_pointers, FILE *f) { in dns__rbt_checkproperties()
2423 print_dot_helper(rbt->root, &nodecount, show_pointers, f); in dns_rbt_indent()
2538 print_dot_helper(dns_rbtnode_t * node,unsigned int * nodecount,bool show_pointers,FILE * f) print_dot_helper() argument
2596 dns_rbt_printdot(dns_rbt_t * rbt,bool show_pointers,FILE * f) dns_rbt_printdot() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drbt.h789 dns_rbt_printdot(dns_rbt_t *rbt, bool show_pointers, FILE *f);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c3224 bool show_pointers, FILE *f) { in print_dot_helper() argument
3231 l = print_dot_helper(LEFT(node), nodecount, show_pointers, f); in print_dot_helper()
3232 r = print_dot_helper(RIGHT(node), nodecount, show_pointers, f); in print_dot_helper()
3233 d = print_dot_helper(DOWN(node), nodecount, show_pointers, f); in print_dot_helper()
3241 if (show_pointers) { in print_dot_helper()
3283 dns_rbt_printdot(dns_rbt_t *rbt, bool show_pointers, FILE *f) { in dns_rbt_printdot() argument
3290 print_dot_helper(rbt->root, &nodecount, show_pointers, f); in dns_rbt_printdot()