Searched defs:ap_pod_t (Results 1 - 1 of 1) 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...]

Completed in 14 milliseconds