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

/bind-9.11.3/lib/dns/
H A Drbt.c265 INSIST((chain)->level_count < DNS_RBT_LEVELBLOCK); \
266 (chain)->levels[(chain)->level_count++] = (node); \
1100 for (i = (int)chain->level_count - 1; i >= 0; i--) {
1147 unsigned int level_count; local
1210 level_count = 0;
1290 INSIST(level_count < DNS_RBT_LEVELBLOCK);
1291 level_count++;
1311 if (level_count >= DNS_RBT_LEVELBLOCK) {
1379 INSIST(level_count < DNS_RBT_LEVELBLOCK);
1380 level_count
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h267 * level_count indicates how deep the chain points into the
269 * Thus, levels[level_count - 1] is the last level node stored.
271 * a level_count of 0, the first level has a level_count of 1, and
274 unsigned int level_count; member in struct:dns_rbtnodechain
460 *\li The 'level_count' of the chain indicates how deep the chain to the
506 * chain->level_matches and chain->level_count are equal.
/bind-9.11.3/bin/tests/
H A Drbt_test.c180 printf(" level_matches = %d, level_count = %d\n",
181 chain.level_matches, chain.level_count);

Completed in 19 milliseconds