Searched refs:level_matches (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c957 chain->level_matches = chain->level_count;
977 * to set level_matches to the level above the node,
984 chain->level_matches = chain->level_count - 1;
986 while (chain->levels[chain->level_matches] != *node) {
987 INSIST(chain->level_matches > 0);
988 chain->level_matches--;
994 chain->level_count = chain->level_matches + 1;
1048 INSIST(chain->level_matches <
2216 chain->level_matches = 0;
2662 chain->level_matches
[all...]
H A Drbtdb.c3096 i = search->chain.level_matches;
4104 i = search->chain.level_matches;
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h223 * level_matches tells how many levels matched above the node
225 * in the first level thus results in level_matches being set to 1.
229 unsigned int level_matches; member in struct:dns_rbtnodechain
414 *\li The chain's 'level_matches' is not directly related to the predecessor.
418 * level_matches is 0.
453 * chain->level_matches and chain->level_count are equal.
473 * chain->level_matches is 0.
/bind-9.6-ESV-R11/bin/tests/
H A Drbt_test.c189 printf(" level_matches = %d, level_count = %d\n",
190 chain.level_matches, chain.level_count);

Completed in 181 milliseconds