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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h185 * number of levels is allocated directly in the structure, but future
187 * growth. Allocating space for 256 levels when the tree is almost never that
198 * The terminal node of the chain. It is not in levels[].
207 * compute) of logical levels because splitting can potentially occur
212 dns_rbtnode_t * levels[DNS_RBT_LEVELBLOCK]; member in struct:dns_rbtnodechain
215 * tree of trees, and is the index into the levels[] array.
216 * Thus, levels[level_count - 1] is the last level node stored.
223 * level_matches tells how many levels matched above the node
404 *\li Within the chain structure, the 'levels' member of the structure holds
408 * predecessor name is, as an index into the 'levels[]' arra
[all...]

Completed in 737 milliseconds