#include "apr.h"
#include "apr_dso.h"
#include "apr_strings.h"
#include "apr_errno.h"
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_core.h"
#include "mod_so.h"
Go to the source code of this file.
|
| static void * | so_sconf_create (apr_pool_t *p, server_rec *s) |
| |
| static apr_status_t | unload_module (void *data) |
| |
| static const char * | dso_load (cmd_parms *cmd, apr_dso_handle_t **modhandlep, const char *filename, const char **used_filename) |
| |
| static const char * | load_module (cmd_parms *cmd, void *dummy, const char *modname, const char *filename) |
| |
| static const char * | load_file (cmd_parms *cmd, void *dummy, const char *filename) |
| |
| | for (i=0;i< sconf->loaded_modules->nelts;i++) |
| |
| static void | dump_loaded_modules (apr_pool_t *p, server_rec *s) |
| |
| static void | register_hooks (apr_pool_t *p) |
| |
◆ so_server_conf
◆ dso_load()
◆ dump_loaded_modules()
◆ for()
◆ load_file()
◆ load_module()
◆ register_hooks()
◆ so_sconf_create()
◆ unload_module()
◆ aplog_module_index
| int* const aplog_module_index = &( so_module.module_index) |
|
static |
◆ modi
◆ modie
◆ NULL
◆ sconf
Initial value:
(((
void **)(
s->module_config ))[( &so_module )->module_index])
Definition at line 349 of file mod_so.c.
◆ so_cmds
Initial value:= {
{
"LoadModule" ,
load_module ,
NULL , 128 | 256 ,
TAKE2,
"a module name and the name of a shared object file to load it from" },
{
"LoadFile" ,
load_file ,
NULL , 128 | 256 ,
ITERATE,
"shared object file or library to load into the server at runtime" },
}
static const char * load_file(cmd_parms *cmd, void *dummy, const char *filename)
static const char * load_module(cmd_parms *cmd, void *dummy, const char *modname, const char *filename)
Definition at line 426 of file mod_so.c.