|
Apache HTTPD
|
Classes | |
| struct | ap_LINK_status_hook_t |
Macros | |
| #define | AP_STATUS_SHORT (0x1) /* short, non-HTML report requested */ |
| #define | AP_STATUS_NOTABLE (0x2) /* HTML report without tables */ |
| #define | AP_STATUS_EXTENDED (0x4) /* detailed report */ |
| #define | STATUS_DECLARE(type) type |
| #define | STATUS_DECLARE_NONSTD(type) type |
| #define | STATUS_DECLARE_DATA |
Typedefs | |
| typedef int | ap_HOOK_status_hook_t(request_rec *r, int flags) |
| typedef struct ap_LINK_status_hook_t | ap_LINK_status_hook_t |
Functions | |
| void | ap_hook_status_hook (ap_HOOK_status_hook_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| int | ap_run_status_hook (request_rec *r, int flags) |
| apr_array_header_t * | ap_hook_get_status_hook (void) |
Definition at line 34 of file mod_status.h.
Definition at line 33 of file mod_status.h.
Definition at line 32 of file mod_status.h.
Definition at line 37 of file mod_status.h.
| #define STATUS_DECLARE_DATA |
Definition at line 39 of file mod_status.h.
Definition at line 38 of file mod_status.h.
Definition at line 62 of file mod_status.h.
| apr_array_header_t * ap_hook_get_status_hook | ( | void | ) |
| void ap_hook_status_hook | ( | ap_HOOK_status_hook_t * | pf, |
| const char *const * | aszPre, | ||
| const char *const * | aszSucc, | ||
| int | nOrder | ||
| ) |
| int ap_run_status_hook | ( | request_rec * | r, |
| int | flags | ||
| ) |
< Module has handled this stage.
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 96 of file mod_status.c.