GME
13
|
Apache optional hook functions. More...
Go to the source code of this file.
Defines | |
#define | APR_OPTIONAL_HOOK(ns, name, pfn, aszPre, aszSucc, nOrder) |
#define | APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ns, link, ret, name, args_decl, args_use, ok, decline) |
Functions | |
APU_DECLARE (void) apr_optional_hook_add(const char *szName | |
APU_DECLARE (apr_array_header_t *) apr_optional_hook_get(const char *szName) | |
Variables | |
void(* | pfn )(void) |
void(*) const char *const | aszPre ) |
void(*) const char *const const char *const | aszSucc ) |
void(*) const char *const const char *const in | nOrder ) |
Apache optional hook functions.
Definition in file apr_optional_hooks.h.