Lines Matching defs:lr
128 ap_listen_rec *lr;
135 ap_listen_rec *lr = apr_pcalloc(s->process->pool, sizeof(ap_listen_rec));
136 ap_listeners = lr;
137 apr_sockaddr_info_get(&lr->bind_addr, "0.0.0.0", APR_UNSPEC,
139 apr_socket_create(&lr->sd, lr->bind_addr->family,
143 for (lr = ap_listeners; lr; lr = lr->next) {
145 apr_os_sock_put(&lr->sd, &parent_info->listeners[num_listeners].listen_fd, pconf);
146 apr_socket_addr_get(&sa, APR_LOCAL, lr->sd);
194 ap_listen_rec *lr;
210 for (num_listeners = 0, lr = ap_listeners; lr; lr = lr->next) {
226 for (listener_num = 0, lr = ap_listeners; lr; lr = lr->next, listener_num++) {
227 apr_os_sock_get(&parent_info->listeners[listener_num].listen_fd, lr->sd);