Lines Matching defs:pod
130 ap_pod_t *pod;
238 ap_mpm_pod_close(my_bucket->pod);
543 ap_mpm_pod_close(all_buckets[i].pod);
732 /* Check the pod and the generation number after processing a
737 if (ap_mpm_pod_check(my_bucket->pod) == APR_SUCCESS) { /* selected as idle? */
833 * The pod is used for signalling the graceful restart.
912 /* kill off one child... we use the pod because that'll cause it to
917 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);
1175 ap_mpm_pod_killpg(all_buckets[i].pod, retained->max_daemons_limit);
1251 ap_mpm_pod_killpg(all_buckets[i].pod, retained->max_daemons_limit);
1332 (rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod))) {