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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dhash.h64 struct hnode_t *hash_next; /* 2 */ member in struct:hnode_t
172 hnode_t *hash_next; /* 3 */ member in struct:hscan_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dhash.h64 struct hnode_t *hash_next; /* 2 */ member in struct:hnode_t
172 hnode_t *hash_next; /* 3 */ member in struct:hscan_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dhash.h64 struct hnode_t *hash_next; /* 2 */ member in struct:hnode_t
172 hnode_t *hash_next; /* 3 */ member in struct:hscan_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
H A Dhash.c173 * Starts an iterator -- sets cursor so hash_next will return next entry.
192 * %FUNCTION: hash_next
202 hash_next(hash_table *tab, void **cursor) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
H A Dhash.c173 * Starts an iterator -- sets cursor so hash_next will return next entry.
192 * %FUNCTION: hash_next
202 hash_next(hash_table *tab, void **cursor) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
H A Dhash.c173 * Starts an iterator -- sets cursor so hash_next will return next entry.
192 * %FUNCTION: hash_next
202 hash_next(hash_table *tab, void **cursor) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
H A Dhash.c173 * Starts an iterator -- sets cursor so hash_next will return next entry.
192 * %FUNCTION: hash_next
202 hash_next(hash_table *tab, void **cursor) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
H A Dhash.c173 * Starts an iterator -- sets cursor so hash_next will return next entry.
192 * %FUNCTION: hash_next
202 hash_next(hash_table *tab, void **cursor) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Dhash.h49 void *hash_next(hash_table *tab, void **cursor);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dcache.c142 tmp = p->hash_next;
178 up = &((*up)->hash_next);
182 up = &((*up)->hash_next);
184 crecp->hash_next = *up;
287 else if (cache && cache->hash_next)
288 cache = cache->hash_next;
345 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
349 *up = crecp->hash_next;
366 *up = crecp->hash_next;
383 *up = crecp->hash_next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dcache.c142 tmp = p->hash_next;
178 up = &((*up)->hash_next);
182 up = &((*up)->hash_next);
184 crecp->hash_next = *up;
287 else if (cache && cache->hash_next)
288 cache = cache->hash_next;
345 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
349 *up = crecp->hash_next;
366 *up = crecp->hash_next;
383 *up = crecp->hash_next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dcache.c142 tmp = p->hash_next;
178 up = &((*up)->hash_next);
182 up = &((*up)->hash_next);
184 crecp->hash_next = *up;
287 else if (cache && cache->hash_next)
288 cache = cache->hash_next;
345 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
349 *up = crecp->hash_next;
366 *up = crecp->hash_next;
383 *up = crecp->hash_next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.h43 struct symbol *hash_next; member in struct:symbol
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h43 struct symbol *hash_next; member in struct:symbol
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddictionary.c584 next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
634 sym = sym->hash_next)
653 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
655 next = next->hash_next)
677 sym->hash_next = buckets[hash_index];
733 for (next_sym = sym->hash_next;
735 next_sym = sym->hash_next) {
H A Dminsyms.c111 if (sym->hash_next == NULL)
115 sym->hash_next = table[hash];
245 msymbol = msymbol->hash_next;
292 msymbol = msymbol->hash_next)
348 msymbol = msymbol->hash_next)
705 msymbol->hash_next = NULL;
871 msym->hash_next = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddictionary.c584 next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
634 sym = sym->hash_next)
653 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
655 next = next->hash_next)
677 sym->hash_next = buckets[hash_index];
733 for (next_sym = sym->hash_next;
735 next_sym = sym->hash_next) {
H A Dminsyms.c111 if (sym->hash_next == NULL)
115 sym->hash_next = table[hash];
245 msymbol = msymbol->hash_next;
292 msymbol = msymbol->hash_next)
348 msymbol = msymbol->hash_next)
705 msymbol->hash_next = NULL;
871 msym->hash_next = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddictionary.c584 next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
634 sym = sym->hash_next)
653 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next;
655 next = next->hash_next)
677 sym->hash_next = buckets[hash_index];
733 for (next_sym = sym->hash_next;
735 next_sym = sym->hash_next) {
H A Dminsyms.c111 if (sym->hash_next == NULL)
115 sym->hash_next = table[hash];
245 msymbol = msymbol->hash_next;
292 msymbol = msymbol->hash_next)
348 msymbol = msymbol->hash_next)
705 msymbol->hash_next = NULL;
871 msym->hash_next = 0;

Completed in 298 milliseconds

12