Searched refs:pod (Results 1 - 7 of 7) sorted by relevance

/httpd/server/
H A Dmpm_unix.c432 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod)
436 *pod = apr_palloc(p, sizeof(**pod));
437 rv = apr_file_pipe_create_ex(&((*pod)->pod_in), &((*pod)->pod_out),
443 apr_file_pipe_timeout_set((*pod)->pod_in, 0);
444 (*pod)->p = p;
447 apr_file_inherit_unset((*pod)->pod_in);
448 apr_file_inherit_unset((*pod)->pod_out);
453 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod)
489 pod_signal_internal(ap_pod_t *pod) argument
525 ap_mpm_podx_check(ap_pod_t *pod) argument
563 podx_signal_internal(ap_pod_t *pod, ap_podx_restart_t graceful) argument
594 ap_mpm_podx_killpg(ap_pod_t * pod, int num, ap_podx_restart_t graceful) argument
610 dummy_connection(ap_pod_t *pod) argument
727 ap_mpm_pod_killpg(ap_pod_t *pod, int num) argument
[all...]
/httpd/include/
H A Dmpm_common.h250 * @param pod the pipe-of-death that is created.
252 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod);
257 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod); variable
262 * @param pod the pipe-of-death to close.
264 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod); variable
269 * @param pod the pipe-of-death to write to.
271 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod); variable
276 * @param pod The pipe-of-death to write to.
279 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num);
289 * @param pod Th
296 AP_DECLARE(int) ap_mpm_podx_check(ap_pod_t *pod); variable
303 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod); variable
[all...]
/httpd/server/mpm/motorz/
H A Dmotorz.h138 ap_pod_t *pod; member in struct:motorz_child_bucket
H A Dmotorz.c562 ap_mpm_pod_close(my_bucket->pod);
874 ap_mpm_pod_close(all_buckets[i].pod);
1023 if (ap_mpm_pod_check(my_bucket->pod) == APR_SUCCESS) { /* selected as idle? */
1113 * The pod is used for signalling the graceful restart.
1168 /* kill off one child... we use the pod because that'll cause it to
1173 ap_mpm_pod_signal(all_buckets[bucket_kill_child_record].pod);
1384 ap_mpm_pod_killpg(all_buckets[i].pod, mz->max_daemons_limit);
1460 ap_mpm_pod_killpg(all_buckets[i].pod, mz->max_daemons_limit);
1542 (rv = ap_mpm_pod_open(pconf, &all_buckets[i].pod))) {
/httpd/server/mpm/prefork/
H A Dprefork.c130 ap_pod_t *pod; member in struct:prefork_child_bucket
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, retaine
[all...]
/httpd/server/mpm/worker/
H A Dworker.c181 ap_pod_t *pod; member in struct:worker_child_bucket
1247 ap_mpm_podx_close(all_buckets[i].pod);
1364 rv = ap_mpm_podx_check(my_bucket->pod);
1617 ap_mpm_podx_signal(all_buckets[child_bucket].pod,
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,
2057 (rv = ap_mpm_podx_open(pconf, &all_buckets[i].pod))) {
[all...]
/httpd/server/mpm/event/
H A Devent.c389 ap_pod_t *pod; member in struct:event_child_bucket
2521 ap_mpm_podx_close(all_buckets[i].pod);
2635 rv = ap_mpm_podx_check(my_bucket->pod);
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,
3315 (rv = ap_mpm_podx_open(pconf, &all_buckets[i].pod))) {
[all...]

Completed in 3386 milliseconds