Home
last modified time | relevance | path

Searched refs:hashnext (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl2/xcvs/dist/src/
H A Dhash.c156 if (p->hashnext) in removenode()
158 p->hashnext->hashprev = p->hashprev; in removenode()
159 p->hashprev->hashnext = p->hashnext; in removenode()
290 list->hasharray[hashval] = q->hashnext = q->hashprev = q; in insert_before()
294 for (q = list->hasharray[hashval]->hashnext; in insert_before()
295 q != list->hasharray[hashval]; q = q->hashnext) in insert_before()
302 p->hashnext = q; in insert_before()
303 p->hashprev->hashnext = p; in insert_before()
362 for (p = head->hashnext; p != head; p = p->hashnext) in findnode()
390 for (p = head->hashnext; p != head; p = p->hashnext) in findnode_fn()
H A Dhash.h35 struct node *hashnext; member
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Drbt.h131 dns_rbtnode_t *hashnext; member
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c570 goto hashnext;
598 hashnext:
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drbt.c238 #define HASHNEXT(node) ((node)->hashnext)
1678 hnode != NULL; hnode = hnode->hashnext) in dns_rbt_findnode()