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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbt.c137 (chain)->levels[(chain)->level_count++] = (node)
332 for (i = (int)chain->level_count - 1; i >= 0; i--) {
515 if (chain.level_count ==
961 chain->level_matches = chain->level_count;
984 * chain->level_count is guaranteed to be at least 1
988 chain->level_matches = chain->level_count - 1;
996 unsigned int saved_count = chain->level_count;
998 chain->level_count = chain->level_matches + 1;
1003 chain->level_count = saved_count;
1051 INSIST(chain->level_count >
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drbt.h217 * level_count indicates how deep the chain points into the
219 * Thus, levels[level_count - 1] is the last level node stored.
221 * a level_count of 0, the first level has a level_count of 1, and
224 unsigned int level_count; member in struct:dns_rbtnodechain
410 *\li The 'level_count' of the chain indicates how deep the chain to the
456 * chain->level_matches and chain->level_count are equal.

Completed in 108 milliseconds