Searched refs:ap_pod_t (Results 1 - 6 of 6) sorted by relevance

/httpd/include/
H A Dmpm_common.h238 typedef struct ap_pod_t ap_pod_t; typedef in typeref:struct:ap_pod_t
240 struct ap_pod_t { struct
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);
264 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod);
271 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod);
279 AP_DECLARE(void) ap_mpm_pod_killpg(ap_pod_t *pod, int num);
291 AP_DECLARE(apr_status_t) ap_mpm_podx_open(apr_pool_t *p, ap_pod_t **pod);
296 AP_DECLARE(int) ap_mpm_podx_check(ap_pod_t *po
[all...]
/httpd/server/
H A Dmpm_unix.c432 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod)
453 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod)
472 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod)
489 static apr_status_t pod_signal_internal(ap_pod_t *pod)
504 AP_DECLARE(apr_status_t) ap_mpm_podx_open(apr_pool_t *p, ap_pod_t **pod)
525 AP_DECLARE(int) ap_mpm_podx_check(ap_pod_t *pod)
547 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod)
563 static apr_status_t podx_signal_internal(ap_pod_t *pod,
588 AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t * pod,
594 AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t * po
[all...]
/httpd/server/mpm/motorz/
H A Dmotorz.h138 ap_pod_t *pod;
/httpd/server/mpm/prefork/
H A Dprefork.c130 ap_pod_t *pod;
/httpd/server/mpm/worker/
H A Dworker.c181 ap_pod_t *pod;
/httpd/server/mpm/event/
H A Devent.c389 ap_pod_t *pod;

Completed in 622 milliseconds