Lines Matching defs:pod
250 * @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);
262 * @param pod the pipe-of-death to close.
264 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod);
269 * @param pod the pipe-of-death to write to.
271 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod);
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 The pipe-of-death that is created.
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);
301 * @param pod The pipe-of-death to close.
303 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod);
308 * @param pod the pipe-of-death to write to.
311 AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t *pod,
317 * @param pod The pipe-of-death to write to.
321 AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t *pod, int num,