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

/bind-9.11.3/lib/dns/
H A Drbt.c2909 check_properties_helper(dns_rbtnode_t *node) { function
2946 return (check_properties_helper(LEFT(node)) &&
2947 check_properties_helper(RIGHT(node)) &&
2948 check_properties_helper(DOWN(node)));
2985 if (!check_properties_helper(rbt->root))
2990 * here instead of inside check_properties_helper() as

Completed in 22 milliseconds