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

/bind-9.11.3/lib/dns/
H A Drbt.c1576 dns_rbtnode_t *hnode; local
1624 for (hnode = rbt->hashtable[hash % rbt->hashsize];
1625 hnode != NULL;
1626 hnode = hnode->hashnext)
1630 if (ISC_LIKELY(hash != HASHVAL(hnode)))
1639 if (ISC_LIKELY(get_upper_node(hnode) != up_current))
1643 NODENAME(hnode, &hnode_name);
1648 if (hnode != NULL) {
1649 current = hnode;
[all...]

Completed in 12 milliseconds