Apache HTTPD
Classes | Macros | Typedefs | Functions

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_tap_hook_get_status_hook (void)
 

Detailed Description

Macro Definition Documentation

◆ AP_STATUS_EXTENDED

#define AP_STATUS_EXTENDED   (0x4) /* detailed report */

Definition at line 34 of file mod_status.h.

◆ AP_STATUS_NOTABLE

#define AP_STATUS_NOTABLE   (0x2) /* HTML report without tables */

Definition at line 33 of file mod_status.h.

◆ AP_STATUS_SHORT

#define AP_STATUS_SHORT   (0x1) /* short, non-HTML report requested */

Definition at line 32 of file mod_status.h.

◆ STATUS_DECLARE

#define STATUS_DECLARE (   type)    type

Definition at line 37 of file mod_status.h.

◆ STATUS_DECLARE_DATA

#define STATUS_DECLARE_DATA

Definition at line 39 of file mod_status.h.

◆ STATUS_DECLARE_NONSTD

#define STATUS_DECLARE_NONSTD (   type)    type

Definition at line 38 of file mod_status.h.

Typedef Documentation

◆ ap_HOOK_status_hook_t

typedef int ap_HOOK_status_hook_t(request_rec *r, int flags)

Definition at line 62 of file mod_status.h.

◆ ap_LINK_status_hook_t

Function Documentation

◆ ap_hook_get_status_hook()

apr_array_header_t * ap_hook_get_status_hook ( void  )

◆ ap_hook_status_hook()

void ap_hook_status_hook ( ap_HOOK_status_hook_t pf,
const char *const aszPre,
const char *const aszSucc,
int  nOrder 
)

◆ ap_run_status_hook()

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.