Searched refs:num_listeners (Results 1 - 4 of 4) sorted by relevance
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2.c | 129 int num_listeners = 0; local 145 apr_os_sock_put(&lr->sd, &parent_info->listeners[num_listeners].listen_fd, pconf); 147 num_listeners++; 197 int listener_num, num_listeners, slot; local 210 for (num_listeners = 0, lr = ap_listeners; lr; lr = lr->next) { 211 num_listeners++; 216 sizeof(parent_info_t) + num_listeners * sizeof(listen_socket_t),
|
H A D | mpmt_os2_child.c | 103 int num_listeners; local 179 for (num_listeners = 0, lr = ap_listeners; lr; lr = lr->next) { 180 num_listeners++; 183 apr_pollset_create(&pollset, num_listeners, pchild, 0); 205 if (num_listeners == 1) { 226 if (last_poll_idx >= num_listeners) {
|
/httpd/server/ |
H A D | listen.c | 692 int num_listeners = 0; local 746 num_listeners++; 763 return num_listeners;
|
/httpd/server/mpm/winnt/ |
H A D | child.c | 177 * (ap_threads_per_child + num_listeners) contexts in the system 926 int num_listeners = 0; local 933 * (ap_threads_per_child + num_listeners). We need the additional 940 num_listeners++; 942 max_num_completion_contexts = ap_threads_per_child + num_listeners;
|
Completed in 19 milliseconds