Lines Matching refs:active_list
127 static struct server *active_list = (struct server *)NULL; variable
663 ps->pnext = active_list; in add_to_active()
664 active_list = ps; in add_to_active()
674 if (in == active_list) {
675 active_list = active_list->pnext;
678 p = active_list;
679 for (n = active_list; n; n = n->pnext) {
728 for (ps = active_list; ps; ps = ps->pnext)
742 for (ps = active_list; ps; ps = ps->pnext)
760 for (ps = active_list; ps; ps = ps->pnext) {
785 ps = active_list;
795 for (ps = active_list; ps; ps = ps->pnext)
982 for (s = active_list; s; s = s->pnext) { in get_xfr_response()