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

/bind-9.11.3/lib/dns/tests/
H A Drbt_test.c320 const size_t *distance = (const size_t *) node->data; local
321 if (distance != NULL)
322 ATF_CHECK_EQ(*distance,
409 /* The distance from each node to its sub-tree root must be less
481 /* The distance from each node to its sub-tree root must be less
985 * The distance from each node to its sub-tree root must be less
/bind-9.11.3/lib/dns/
H A Drbt.c2952 check_black_distance_helper(dns_rbtnode_t *node, size_t *distance) { argument
2956 *distance = 1;
2976 *distance = dl;

Completed in 19 milliseconds