Searched refs:hnode (Results 1 – 3 of 3) sorted by relevance
1475 dns_rbtnode_t *hnode; in dns_rbt_findnode() local1528 for (hnode = rbt->hashtable[hash % rbt->hashsize]; in dns_rbt_findnode()1529 hnode != NULL; in dns_rbt_findnode()1530 hnode = hnode->hashnext) in dns_rbt_findnode()1534 if (hash != HASHVAL(hnode)) in dns_rbt_findnode()1543 if (get_upper_node(hnode) != up_current) in dns_rbt_findnode()1547 NODENAME(hnode, &hnode_name); in dns_rbt_findnode()1552 if (hnode != NULL) { in dns_rbt_findnode()1553 current = hnode; in dns_rbt_findnode()
297 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument298 assert(hnode && "HNode must not be NULL"); in setError()299 this->setError(hnode->_node, message); in setError()
979 void setError(HNode *hnode, const Twine &message);