Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/dns/
H A Drbt.c1475 dns_rbtnode_t *hnode; in dns_rbt_findnode() local
1528 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp297 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument
298 assert(hnode && "HNode must not be NULL"); in setError()
299 this->setError(hnode->_node, message); in setError()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h979 void setError(HNode *hnode, const Twine &message);