Lines Matching defs:all_buckets
185 static worker_child_bucket *all_buckets, /* All listeners buckets */
1246 ap_close_listeners_ex(all_buckets[i].listeners);
1247 ap_mpm_podx_close(all_buckets[i].pod);
1411 my_bucket = &all_buckets[0];
1440 my_bucket = &all_buckets[bucket];
1617 ap_mpm_podx_signal(all_buckets[child_bucket].pod,
1873 (all_buckets[0].mutex)
1874 ? apr_proc_mutex_name(all_buckets[0].mutex)
1887 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1912 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1955 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1983 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1998 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
2054 all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets));
2057 (rv = ap_mpm_podx_open(pconf, &all_buckets[i].pod))) {
2065 ap_proc_mutex_create(&all_buckets[i].mutex,
2073 all_buckets[i].listeners = listen_buckets[i];