Lines Matching defs:hnode
787 dns_rbtnode_t *hnode;
841 for (hnode = rbt->hashtable[hindex][hash];
842 hnode != NULL; hnode = hnode->hashnext)
846 if (hashval != hnode->hashval) {
855 if (get_upper_node(hnode) != up_current) {
860 node_name(hnode, &hnode_name);
866 if (hnode != NULL) {
867 current = hnode;
1600 dns_rbtnode_t *hnode;
1613 hnode = rbt->hashtable[hindex][hash];
1615 if (hnode == dnode) {
1616 rbt->hashtable[hindex][hash] = hnode->hashnext;
1619 for (; hnode != NULL; hnode = hnode->hashnext) {
1620 if (hnode->hashnext == dnode) {
1621 hnode->hashnext = dnode->hashnext;