| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| gl_anyhash_list1.h | 25 struct gl_hash_entry *hash_next; /* chain of entries in same bucket */ member in struct:gl_hash_entry
|
| gl_linkedhash_list.c | 63 node->h.hash_next = list->table[bucket]; 74 for (p = &list->table[bucket]; ; p = &(*p)->hash_next) 78 *p = node->h.hash_next;
|
| gl_anyhash_list2.h | 114 gl_hash_entry_t next = node->hash_next; 117 node->hash_next = new_table[bucket];
|
| gl_anylinked_list2.h | 243 node = (gl_list_node_t) node->h.hash_next) 284 node = (gl_list_node_t) node->h.hash_next) 398 node = (gl_list_node_t) node->h.hash_next) 413 node = (gl_list_node_t) node->h.hash_next)
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_monitor.c | 71 * structures. The free structures are linked with the hash_next field. 138 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, 150 LINK_SLIST(mon_free, m, hash_next); 348 for (; mon != NULL; mon = mon->hash_next) { 446 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); 465 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); 499 LINK_SLIST(mon_hash[hash], mon, hash_next);
|
| ntp_control.c | 4148 mon = mon->hash_next)
|
| /src/external/bsd/iscsi/dist/include/ |
| initiator.h | 113 struct initiator_cmd_t *hash_next; member in struct:initiator_cmd_t
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| util.c | 364 cmd->hash_next = NULL; 374 cmd->hash_next = h->bucket[i]; 401 while ((curr->key != key) && (curr->hash_next != NULL)) { 403 curr = curr->hash_next; 412 h->bucket[i] = h->bucket[i]->hash_next; 417 prev->hash_next = curr->hash_next; 418 if (prev->hash_next == NULL) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| dictionary.c | 543 next = DICT_ITERATOR_CURRENT (iterator)->hash_next; 596 sym = sym->hash_next) 616 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next; 618 next = next->hash_next) 645 sym->hash_next = buckets[hash_index]; 659 sym = sym->hash_next) 713 for (next_sym = sym->hash_next; 715 next_sym = sym->hash_next)
|
| minsyms.c | 198 if (sym->hash_next == NULL) 202 sym->hash_next = table[hash]; 307 msymbol = msymbol->hash_next) 529 iter = iter->hash_next) 573 msymbol = msymbol->hash_next) 628 msymbol = msymbol->hash_next) 694 msymbol = msymbol->hash_next) 1385 msym->hash_next = 0;
|
| symtab.h | 844 struct minimal_symbol *hash_next; member in struct:minimal_symbol 1542 struct symbol *hash_next = nullptr; 1541 struct symbol *hash_next = nullptr; member in struct:symbol
|
| objfiles.c | 584 for (symbol *iter = objfile->template_symbols; iter; iter = iter->hash_next)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| dictionary.c | 543 next = DICT_ITERATOR_CURRENT (iterator)->hash_next; 596 sym = sym->hash_next) 616 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next; 618 next = next->hash_next) 645 sym->hash_next = buckets[hash_index]; 659 sym = sym->hash_next) 713 for (next_sym = sym->hash_next; 715 next_sym = sym->hash_next)
|
| minsyms.c | 199 if (sym->hash_next == NULL) 203 sym->hash_next = table[hash]; 308 msymbol = msymbol->hash_next) 530 iter = iter->hash_next) 574 msymbol = msymbol->hash_next) 628 msymbol = msymbol->hash_next) 694 msymbol = msymbol->hash_next) 1385 msym->hash_next = 0;
|
| symtab.h | 843 struct minimal_symbol *hash_next; member in struct:minimal_symbol 1541 struct symbol *hash_next = nullptr; 1540 struct symbol *hash_next = nullptr; member in struct:symbol
|
| objfiles.c | 583 for (symbol *iter = objfile->template_symbols; iter; iter = iter->hash_next)
|
| /src/external/bsd/ntp/dist/include/ |
| ntp.h | 801 mon_entry * hash_next; /* next structure in hash list */ member in struct:mon_data
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 19659 sym->hash_next = objfile->template_symbols;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 17286 sym->hash_next = objfile->template_symbols;
|