#include "ap_config.h"#include "httpd.h"#include "ap_compat.h"#include "ap_listen.h"#include "ap_mmn.h"#include "ap_mpm.h"#include "ap_provider.h"#include "ap_release.h"#include "http_config.h"#include "http_connection.h"#include "http_core.h"#include "http_log.h"#include "http_main.h"#include "http_protocol.h"#include "http_request.h"#include "http_vhost.h"#include "mpm_common.h"#include "ap_regex.h"#include "scoreboard.h"#include "util_cfgtree.h"#include "util_charset.h"#include "util_ebcdic.h"#include "util_filter.h"#include "util_md5.h"#include "util_script.h"#include "util_time.h"#include "util_xml.h"#include "mod_core.h"#include "mod_auth.h"Go to the source code of this file.
Defines | |
| #define | AP_DECLARE AP_DECLARE |
| #define | AP_CORE_DECLARE AP_CORE_DECLARE |
| #define | AP_DECLARE_NONSTD AP_DECLARE_NONSTD |
| #define | AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD |
| #define | AP_DECLARE_HOOK AP_DECLARE_HOOK |
| #define | AP_DECLARE_DATA AP_DECLARE_DATA |
|
|
Referenced by AP_CORE_DECLARE(). |
|
|
Referenced by AP_CORE_DECLARE_NONSTD(). |
|
|
Referenced by AP_DECLARE(), and APR_OPTIONAL_FN_TYPE(). |
|
|
Referenced by APR_HOOK_STRUCT(). |
|
|
Referenced by AP_DECLARE_HOOK(). |
|
|
Referenced by AP_DECLARE_NONSTD(). |