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

Go to the source code of this file.

Functions

static int ImportOptionalHookTestHook (const char *szStr)
 
static void ImportRegisterHooks (apr_pool_t *p)
 

Variables

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

Function Documentation

◆ ImportOptionalHookTestHook()

static int ImportOptionalHookTestHook ( const char szStr)
static

< Module has handled this stage.

< Module has handled this stage.

Definition at line 22 of file mod_optional_hook_import.c.

◆ ImportRegisterHooks()

static void ImportRegisterHooks ( apr_pool_t p)
static

Definition at line 30 of file mod_optional_hook_import.c.

Variable Documentation

◆ aplog_module_index

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

Definition at line 36 of file mod_optional_hook_import.c.