Searched refs:hash_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c69 * structures. The free structures are linked with the hash_next field.
134 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next,
146 LINK_SLIST(mon_free, m, hash_next);
344 for (; mon != NULL; mon = mon->hash_next)
441 UNLINK_HEAD_SLIST(mon, mon_free, hash_next);
460 UNLINK_HEAD_SLIST(mon, mon_free, hash_next);
494 LINK_SLIST(mon_hash[hash], mon, hash_next);
H A Dntp_control.c4147 mon = mon->hash_next)
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddictionary.c586 next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
636 sym = sym->hash_next)
655 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
657 next = next->hash_next)
679 sym->hash_next = buckets[hash_index];
735 for (next_sym = sym->hash_next;
737 next_sym = sym->hash_next) {
H A Dminsyms.c114 if (sym->hash_next == NULL)
118 sym->hash_next = table[hash];
240 msymbol = msymbol->hash_next;
287 msymbol = msymbol->hash_next)
343 msymbol = msymbol->hash_next)
628 msymbol->hash_next = NULL;
794 msym->hash_next = 0;
H A Dsymtab.h347 struct minimal_symbol *hash_next; member in struct:minimal_symbol
646 struct symbol *hash_next;
645 struct symbol *hash_next; member in struct:symbol
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c279 hash_table_entry * hash_next; /* -> to secondary entries */ member in struct:hash_table_entry_struct
900 for (second = primary->hash_next; second; second = second->hash_next)
913 p->hash_next = NULL;
940 while (p->hash_next)
942 p = p->hash_next;
946 p->hash_next = xmalloc (sizeof (hash_table_entry));
947 p = p->hash_next;
/freebsd-11-stable/contrib/ldns/
H A Ddnssec.c1475 ldns_rdf *hash_next; local
1489 hash_next = ldns_nsec3_next_owner(nsec);
1490 next_hash_str = ldns_rdf2str(hash_next);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h783 mon_entry * hash_next; /* next structure in hash list */ member in struct:mon_data

Completed in 296 milliseconds