|
Apache HTTPD
|
#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_t * | ap_hook_get_optional_hook_test (void) |
Definition at line 22 of file mod_optional_hook_export.h.
| apr_array_header_t * ap_hook_get_optional_hook_test | ( | void | ) |
| void ap_hook_optional_hook_test | ( | ap_HOOK_optional_hook_test_t * | pf, |
| const char *const * | aszPre, | ||
| const char *const * | aszSucc, | ||
| int | nOrder | ||
| ) |
< 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.