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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dmdesc.h20 struct mdesc_node *hash_next; member in struct:mdesc_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h39 struct symbol *hash_next; member in struct:symbol
H A Dgenksyms.c152 for (sym = symtab[h]; sym; sym = sym->hash_next)
166 for (sym = symtab[h]; sym; sym = sym->hash_next) {
183 sym->hash_next = symtab[h];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dmdesc.c75 mp->hash_next = *head;
94 mp = mp->hash_next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c36 #define next hash_next
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Ddir.c77 __be16 hash_next; member in struct:afs_dirent::__anon7319
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c36 #define next hash_next

Completed in 204 milliseconds