Apache HTTPD
Classes | Typedefs | Functions
mod_optional_hook_export.h File Reference
#include "ap_config.h"

Go to the source code of this file.

Classes

struct  ap_LINK_optional_hook_test_t
 

Typedefs

typedef int ap_HOOK_optional_hook_test_t(const char *)
 
typedef struct ap_LINK_optional_hook_test_t ap_LINK_optional_hook_test_t
 

Functions

void ap_hook_optional_hook_test (ap_HOOK_optional_hook_test_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder)
 
int ap_run_optional_hook_test (const char *)
 
apr_array_header_tap_hook_get_optional_hook_test (void)
 

Typedef Documentation

◆ ap_HOOK_optional_hook_test_t

typedef int ap_HOOK_optional_hook_test_t(const char *)

Definition at line 22 of file mod_optional_hook_export.h.

◆ ap_LINK_optional_hook_test_t

Function Documentation

◆ ap_hook_get_optional_hook_test()

apr_array_header_t * ap_hook_get_optional_hook_test ( void  )

◆ ap_hook_optional_hook_test()

void ap_hook_optional_hook_test ( ap_HOOK_optional_hook_test_t pf,
const char *const aszPre,
const char *const aszSucc,
int  nOrder 
)

◆ ap_run_optional_hook_test()

int ap_run_optional_hook_test ( const char szStr)

< Module has handled this stage.

< Module has handled this stage.

< Module declines to handle

< Module has handled this stage.

Definition at line 23 of file mod_optional_hook_export.c.