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

/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c753 dns_rbtnode_t *hnode; local
797 for (hnode = rbt->hashtable[hash % rbt->hashsize];
798 hnode != NULL;
799 hnode = hnode->hashnext)
803 if (hash != HASHVAL(hnode))
805 if (find_up(hnode) != up_current)
808 NODENAME(hnode, &hnode_name);
813 if (hnode != NULL) {
814 current = hnode;
[all...]

Completed in 20 milliseconds