Home | History | Annotate | Download | only in src

Lines Matching refs:hash_next

130 	    tmp = p->hash_next;
166 up = &((*up)->hash_next);
170 up = &((*up)->hash_next);
172 crecp->hash_next = *up;
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
279 *up = crecp->hash_next;
292 *up = crecp->hash_next;
297 up = &crecp->hash_next;
310 crecp = crecp->hash_next)
313 *up = crecp->hash_next;
325 *up = crecp->hash_next;
330 up = &crecp->hash_next;
510 next = crecp->hash_next;
536 *up = crecp->hash_next;
537 crecp->hash_next = *insert;
539 insert = &crecp->hash_next;
548 up = &crecp->hash_next;
553 up = &crecp->hash_next;
558 *up = crecp->hash_next;
603 crecp = crecp->hash_next)
620 up = &crecp->hash_next;
624 *up = crecp->hash_next;
675 for (lookup = hash_table[i]; lookup; lookup = lookup->hash_next)
879 tmp = cache->hash_next;
882 *up = cache->hash_next;
887 *up = cache->hash_next;
896 up = &cache->hash_next;
1024 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = cache->hash_next)
1027 *up = cache->hash_next;
1032 up = &cache->hash_next;
1165 for (cache = hash_table[i]; cache; cache = cache->hash_next)