|
Apache HTTPD
|
Symbol export macros and hook functions. More...
#include "ap_hooks.h"#include "os.h"#include "ap_config_auto.h"#include "ap_config_layout.h"#include "apache_noprobes.h"Go to the source code of this file.
Symbol export macros and hook functions.
Definition in file ap_config.h.
| #define __has_attribute | ( | x | ) | 0 |
Definition at line 180 of file ap_config.h.
Apache Core dso functions are declared with AP_DECLARE(), so they may use the most appropriate calling convention. Hook functions and other Core functions with variable arguments must use AP_DECLARE_NONSTD().
Definition at line 67 of file ap_config.h.
| #define AP_DECLARE_DATA |
Apache Core dso variables are declared with AP_MODULE_DECLARE_DATA. This assures the appropriate indirection is invoked at compile time.
Definition at line 89 of file ap_config.h.
Apache Core dso variable argument and hook functions are declared with AP_DECLARE_NONSTD(), as they must use the C language calling convention.
Definition at line 77 of file ap_config.h.
| #define AP_FN_ATTR_ALLOC_SIZE | ( | x | ) |
Definition at line 202 of file ap_config.h.
Definition at line 203 of file ap_config.h.
| #define AP_FN_ATTR_SENTINEL |
Definition at line 185 of file ap_config.h.
| #define AP_FN_ATTR_WARN_UNUSED_RESULT |
Definition at line 193 of file ap_config.h.
Declare a dso module's exported module structure as AP_MODULE_DECLARE_DATA.
Unless AP_MODULE_DECLARE_STATIC is defined at compile time, symbols declared with AP_MODULE_DECLARE_DATA are always exported.
Definition at line 118 of file ap_config.h.
| #define AP_MODULE_DECLARE_DATA |
Definition at line 121 of file ap_config.h.
Definition at line 120 of file ap_config.h.
| #define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid" |
Definition at line 144 of file ap_config.h.