/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
H A D | hash.h | 22 struct hash_node; 42 char *hash_get_key(struct hash_table *t, struct hash_node *n); 43 void *hash_get_data(struct hash_table *t, struct hash_node *n); 44 struct hash_node *hash_get_first(struct hash_table *t); 45 struct hash_node *hash_get_next(struct hash_table *t, struct hash_node *n);
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_dnsbl.c | 496 HTABLE_INFO *hash_node; in psc_dnsbl_request() local 521 if ((hash_node = htable_locate(dnsbl_score_cache, client_addr)) != 0) { in psc_dnsbl_request() 522 score = (PSC_DNSBL_SCORE *) hash_node->value; in psc_dnsbl_request() 524 PSC_CALL_BACK_EXTEND(hash_node, score); in psc_dnsbl_request()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | PathTree.h | 141 typedef struct hash_node struct 144 struct hash_node *next; argument
|
H A D | PathTree.cc | 482 hash_node *old_p; in find_in_desc_htable()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | PathTree.h | 141 typedef struct hash_node struct 144 struct hash_node *next; argument
|
H A D | PathTree.cc | 482 hash_node *old_p; in find_in_desc_htable()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rbt.c | 192 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *node, const dns_name_t *name); 465 hash_node(rbt, new_current, name); in dns_rbt_addnode() 646 hash_node(rbt, new_current, new_name); in dns_rbt_addnode() 693 hash_node(rbt, new_current, name); in dns_rbt_addnode() 1586 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *node, const dns_name_t *name) { in create_node() 1766 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *node, const dns_name_t *name) { hash_node() function
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rbt.c | 416 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *node, const dns_name_t *name); 879 hash_node(rbt, n, fullname); in treefix() 1259 hash_node(rbt, new_current, name); in dns_rbt_addnode() 1446 hash_node(rbt, new_current, new_name); in dns_rbt_addnode() 1497 hash_node(rbt, new_current, name); in dns_rbt_addnode() 2446 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *node, const dns_name_t *name) { in hash_node() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2006 | 4529 (node_iterator<>::node_iterator(hash_node<>*), 4530 node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
|
H A D | ChangeLog-2005 | 1581 hashtable_iterator(hash_node<>**)): Make explicit.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 32205 (hash_node): Revert to hashing DECL_UID. 32374 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) 32556 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
|
H A D | ChangeLog-2012 | 28122 (hash_node, eq_node): Remove. 28145 (hash_node, eq_node, hash_node_by_assembler_name,
|
H A D | ChangeLog-2013 | 11204 (hash_node): Likewise. 12099 (hash_node): Likewise.
|
H A D | ChangeLog-2008 | 16446 and hash_node().
|
H A D | ChangeLog-2005 | 865 * cgraph.c (hash_node): Use explicit cast when converting from
|
H A D | ChangeLog-2014 | 37056 * symtab.c (symtab_hash, hash_node, eq_node
|