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

/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h238 * number of levels is allocated directly in the structure, but future
240 * growth. Allocating space for 256 levels when the tree is almost never that
251 * The terminal node of the chain. It is not in levels[].
260 * compute) of logical levels because splitting can potentially occur
265 dns_rbtnode_t * levels[DNS_RBT_LEVELBLOCK]; member in struct:dns_rbtnodechain
268 * tree of trees, and is the index into the levels[] array.
269 * Thus, levels[level_count - 1] is the last level node stored.
276 * level_matches tells how many levels matched above the node
457 *\li Within the chain structure, the 'levels' member of the structure holds
461 * predecessor name is, as an index into the 'levels[]' arra
[all...]

Completed in 12 milliseconds