Lines Matching defs:next
97 struct authdes_cache_entry *prev, *next; /* hash table linked list */
531 if ((new->next = head) != NULL) {
561 for (cur = authdes_cache[index]; cur; cur = cur->next) {
610 authdes_cache[HASH(p->nickname)] = p->next;
612 p->prev->next = p->next;
614 if (p->next != NULL) {
615 p->next->prev = p->prev;
659 authdes_cache[HASH(p->nickname)] = p->next;
661 p->prev->next = p->next;
663 if (p->next != NULL) {
664 p->next->prev = p->prev;