Lines Matching defs:hnode
1576 dns_rbtnode_t *hnode;
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;