Lines Matching defs:previous
528 ap_listen_rec *previous;
541 previous = NULL;
542 for (lr = ap_listeners; lr; previous = lr, lr = lr->next) {
572 if (previous) {
573 previous->next = next;
581 /* If we are trying to bind to 0.0.0.0 and a previous listener
587 if (IS_INADDR_ANY(lr->bind_addr) && previous) {
596 previous->next = lr->next;
597 lr = previous; /* maintain current value of previous after
625 if (previous) {
626 previous->next = lr->next;
634 * consider "previous" a working IPv6 '::' socket.