Lines Matching defs:ap_pod_t
238 typedef struct ap_pod_t ap_pod_t;
240 struct ap_pod_t {
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 *pod);
303 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod);
311 AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t *pod,
321 AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t *pod, int num,