Apache HTTPD
Functions | Variables
mod_optional_hook_export.c File Reference
#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)
 

Function Documentation

◆ 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.

◆ ExportLogTransaction()

static int ExportLogTransaction ( request_rec r)
static

Definition at line 25 of file mod_optional_hook_export.c.

◆ ExportRegisterHooks()

static void ExportRegisterHooks ( apr_pool_t p)
static

Definition at line 30 of file mod_optional_hook_export.c.

Variable Documentation

◆ aplog_module_index

int* const aplog_module_index = &( optional_hook_export_module.module_index)
static

Definition at line 35 of file mod_optional_hook_export.c.