Apache HTTPD
Functions | Variables
mod_optional_fn_export.c File Reference
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "mod_optional_fn_export.h"

Go to the source code of this file.

Functions

static int TestOptionalFn (const char *szStr)
 
static void ExportRegisterHooks (apr_pool_t *p)
 

Variables

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

Function Documentation

◆ ExportRegisterHooks()

static void ExportRegisterHooks ( apr_pool_t p)
static

Definition at line 34 of file mod_optional_fn_export.c.

◆ TestOptionalFn()

static int TestOptionalFn ( const char szStr)
static

< Module has handled this stage.

< Module has handled this stage.

Definition at line 26 of file mod_optional_fn_export.c.

Variable Documentation

◆ aplog_module_index

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

Definition at line 39 of file mod_optional_fn_export.c.