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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list1.h24 struct gl_hash_entry *hash_next; /* chain of entries in same bucket */ member in struct:gl_hash_entry
H A Dgl_linkedhash_list.c62 node->h.hash_next = list->table[bucket];
73 for (p = &list->table[bucket]; ; p = &(*p)->hash_next)
77 *p = node->h.hash_next;
H A Dgl_anyhash_list2.h112 gl_hash_entry_t next = node->hash_next;
115 node->hash_next = new_table[bucket];
H A Dgl_anylinked_list2.h240 node = (gl_list_node_t) node->h.hash_next)
281 node = (gl_list_node_t) node->h.hash_next)
395 node = (gl_list_node_t) node->h.hash_next)
410 node = (gl_list_node_t) node->h.hash_next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dhash.h65 struct hnode_t *hash_next; /* 2 */ member in struct:hnode_t
173 hnode_t *hash_next; /* 3 */ member in struct:hscan_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c78 crecp->hash_next = *bucket;
155 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
159 *up = crecp->hash_next;
167 up = &crecp->hash_next;
178 for (crecp = hash_table[i], up = &hash_table[i]; crecp; crecp = crecp->hash_next)
182 *up = crecp->hash_next;
190 up = &crecp->hash_next;
346 next = crecp->hash_next;
370 up = &crecp->hash_next;
374 *up = crecp->hash_next;
[all...]
H A Ddnsmasq.h132 struct crec *next, *prev, *hash_next; member in struct:crec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.h43 struct symbol *hash_next; member in struct:symbol
H A Dgenksyms.c155 for (sym = symtab[h]; sym; sym = sym->hash_next)
187 for (sym = symtab[h]; sym; sym = sym->hash_next) {
225 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) {
227 *psym = sym->hash_next;
242 sym->hash_next = symtab[h];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h171 struct cache_entry *hash_next; member in struct:cache_entry
H A Dunsquashfs.c198 entry->hash_next = cache->hash_table[hash];
201 if(entry->hash_next)
202 entry->hash_next->hash_prev = entry;
210 entry->hash_prev->hash_next = entry->hash_next;
213 entry->hash_next;
214 if(entry->hash_next)
215 entry->hash_next->hash_prev = entry->hash_prev;
217 entry->hash_prev = entry->hash_next = NULL;
293 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next)
[all...]
H A Dmksquashfs.c325 struct file_buffer *hash_next; member in struct:file_buffer
543 entry->hash_next = cache->hash_table[hash];
546 if(entry->hash_next)
547 entry->hash_next->hash_prev = entry;
555 entry->hash_prev->hash_next = entry->hash_next;
558 entry->hash_next;
559 if(entry->hash_next)
560 entry->hash_next->hash_prev = entry->hash_prev;
562 entry->hash_prev = entry->hash_next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Ddir.c78 __be16 hash_next; member in struct:afs_dirent::__anon16477
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c36 #define next hash_next

Completed in 105 milliseconds