Lines Matching defs:all_buckets
392 static event_child_bucket *all_buckets, /* All listeners buckets */
2520 ap_close_listeners_ex(all_buckets[i].listeners);
2521 ap_mpm_podx_close(all_buckets[i].pod);
2682 my_bucket = &all_buckets[0];
2712 my_bucket = &all_buckets[bucket];
2892 ap_mpm_podx_signal(all_buckets[child_bucket].pod,
3145 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3169 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3212 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3241 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3256 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3312 all_buckets = apr_pcalloc(pconf, num_buckets * sizeof(*all_buckets));
3315 (rv = ap_mpm_podx_open(pconf, &all_buckets[i].pod))) {
3321 all_buckets[i].listeners = listen_buckets[i];