#include "apr.h"
#include "apr_strings.h"
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
#include "http_log.h"
Go to the source code of this file.
|
| static void * | create_env_dir_config (apr_pool_t *p, char *dummy) |
| |
| static void * | merge_env_dir_configs (apr_pool_t *p, void *basev, void *addv) |
| |
| static const char * | add_env_module_vars_passed (cmd_parms *cmd, void *sconf_, const char *arg) |
| |
| static const char * | add_env_module_vars_set (cmd_parms *cmd, void *sconf_, const char *name, const char *value) |
| |
| static const char * | add_env_module_vars_unset (cmd_parms *cmd, void *sconf_, const char *arg) |
| |
| static int | fixup_env_module (request_rec *r) |
| |
| static void | register_hooks (apr_pool_t *p) |
| |
◆ add_env_module_vars_passed()
◆ add_env_module_vars_set()
◆ add_env_module_vars_unset()
◆ create_env_dir_config()
◆ fixup_env_module()
< Module declines to handle
< Module has handled this stage.
Definition at line 160 of file mod_env.c.
◆ merge_env_dir_configs()
| static void * merge_env_dir_configs |
( |
apr_pool_t * |
p, |
|
|
void * |
basev, |
|
|
void * |
addv |
|
) |
| |
|
static |
◆ register_hooks()
◆ aplog_module_index
| int* const aplog_module_index = &( env_module.module_index) |
|
static |
◆ env_module_cmds
Initial value:=
{
}
static const char * add_env_module_vars_unset(cmd_parms *cmd, void *sconf_, const char *arg)
static const char * add_env_module_vars_passed(cmd_parms *cmd, void *sconf_, const char *arg)
static const char * add_env_module_vars_set(cmd_parms *cmd, void *sconf_, const char *name, const char *value)
Definition at line 149 of file mod_env.c.