|
Apache HTTPD
|
#include "httpd.h"#include "http_config.h"#include "mod_optional_hook_export.h"#include "http_protocol.h"Go to the source code of this file.
Functions | |
| int | ap_run_optional_hook_test (const char *szStr) |
| static int | ExportLogTransaction (request_rec *r) |
| static void | ExportRegisterHooks (apr_pool_t *p) |
Variables | |
| static int *const | aplog_module_index = &( optional_hook_export_module.module_index) |
< 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.
|
static |
Definition at line 25 of file mod_optional_hook_export.c.
|
static |
Definition at line 30 of file mod_optional_hook_export.c.
Definition at line 35 of file mod_optional_hook_export.c.