#include "apr.h"
#include "apr_strings.h"
#include "apr_want.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_main.h"
#include "mpm.h"
#include "mpm_common.h"
#include "ap_mpm.h"
#include "ap_listen.h"
#include "mpm_default.h"
データ構造 | |
| struct | ap_pod_t |
マクロ定義 | |
| #define | APR_WANT_STRFUNC |
| #define | RESTART_CHAR '$' |
| #define | GRACEFUL_CHAR '!' |
| #define | AP_RESTART 0 |
| #define | AP_GRACEFUL 1 |
型定義 | |
| typedef ap_pod_t | ap_pod_t |
関数 | |
| apr_status_t | ap_mpm_pod_open (apr_pool_t *p, ap_pod_t **pod) |
| int | ap_mpm_pod_check (ap_pod_t *pod) |
| apr_status_t | ap_mpm_pod_close (ap_pod_t *pod) |
| apr_status_t | ap_mpm_pod_signal (ap_pod_t *pod, int graceful) |
| void | ap_mpm_pod_killpg (ap_pod_t *pod, int num, int graceful) |
1.4.7