Home | History | Annotate | Download | only in src

Lines Matching refs:next

183     cache_tail->next = crecp;
187 crecp->next = NULL;
193 crecp->name.bname->next = big_free;
204 crecp->next = cache_head;
215 crecp->prev->next = crecp->next;
217 cache_head = crecp->next;
219 if (crecp->next)
220 crecp->next->prev = crecp->prev;
342 in which can the next cache_start_insert cleans things up. */
351 struct crec *tmp = new_chain->next;
430 big_free = big_free->next;
466 new->next = new_chain;
480 struct crec *tmp = new_chain->next;
500 ans = crecp->next;
505 struct crec *next, **up, **insert = NULL, **chainp = &ans;
508 for (up = hash_bucket(name), crecp = *up; crecp; crecp = next)
510 next = crecp->hash_next;
521 chainp = &crecp->next;
590 ans = crecp->next;
612 chainp = &crecp->next;
694 for (a = daemon->cnames; a; a = a->next)
890 cache->name.bname->next = big_free;
909 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next)
920 for (ah = daemon->addn_hosts; ah; ah = ah->next)
956 for (ah1 = daemon->addn_hosts; ah1; ah1 = ah1->next)
986 ah1->next = daemon->addn_hosts;
1000 for (ah = daemon->addn_hosts; ah; ah = ah->next)
1009 for (c = daemon->cond_domain; c; c = c->next)
1028 cache->next = dhcp_spare;
1083 dhcp_spare = dhcp_spare->next;
1099 for (a = daemon->cnames; a; a = a->next)
1103 dhcp_spare = dhcp_spare->next;
1139 for (serv = daemon->servers; serv; serv = serv->next)
1142 for (serv = daemon->servers; serv; serv = serv->next)
1147 for (serv1 = serv; serv1; serv1 = serv1->next)
1220 for (ah = daemon->addn_hosts; ah; ah = ah->next)