Searched refs:level_count (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c137 (chain)->levels[(chain)->level_count++] = (node)
331 for (i = (int)chain->level_count - 1; i >= 0; i--) {
514 if (chain.level_count ==
957 chain->level_matches = chain->level_count;
980 * chain->level_count is guaranteed to be at least 1
984 chain->level_matches = chain->level_count - 1;
992 unsigned int saved_count = chain->level_count;
994 chain->level_count = chain->level_matches + 1;
999 chain->level_count = saved_count;
1047 INSIST(chain->level_count >
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h214 * level_count indicates how deep the chain points into the
216 * Thus, levels[level_count - 1] is the last level node stored.
218 * a level_count of 0, the first level has a level_count of 1, and
221 unsigned int level_count; member in struct:dns_rbtnodechain
407 *\li The 'level_count' of the chain indicates how deep the chain to the
453 * chain->level_matches and chain->level_count are equal.
/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 23 milliseconds