#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_log.h"#include "http_main.h"#include "http_protocol.h"#include "http_request.h"#include "util_script.h"#include "apr_strings.h"#include "apr_lib.h"#include "apr_want.h"#include "ap_mpm.h"Include dependency graph for mod_info.c:

Go to the source code of this file.
|
|
Definition at line 57 of file mod_info.c. |
|
|
Definition at line 45 of file mod_info.c. |
|
|
Definition at line 212 of file mod_info.c. |
|
||||||||||||||||||||
|
Definition at line 499 of file mod_info.c. References ap_get_module_config, conf, info_module, server_rec::module_config, info_svr_conf::more_info, NULL, s, and cmd_parms_struct::server. |
|
||||||||||||
|
Definition at line 72 of file mod_info.c. References apr_pcalloc, conf, and info_svr_conf::more_info. |
|
|
||||||||||||
|
Definition at line 284 of file mod_info.c. References ap_get_module_config, conf, apr_array_header_t::elts, entry, info_entry::info, info_module, server_rec::module_config, info_svr_conf::more_info, and info_entry::name. Referenced by display_info(). |
|
||||||||||||||||
|
Definition at line 80 of file mod_info.c. References apr_array_append(), apr_pcalloc, base, and info_svr_conf::more_info. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 90 of file mod_info.c. References s. Referenced by display_info(), and mod_info_module_cmds(). |
|
||||||||||||||||
|
Definition at line 125 of file mod_info.c. References ap_directive_t::args, ap_directive_t::directive, ap_directive_t::first_child, MAX_STRING_LEN, mod_info_html_cmd_string(), command_struct::name, ap_directive_t::next, NULL, ap_directive_t::parent, request_rec::pool, and strcasecmp(). Referenced by display_info(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 232 of file mod_info.c. References apr_array_header_t::elts, hooks, module_struct::name, and nelts. Referenced by display_info(), and module_participate(). |
|
||||||||||||||||||||
|
Definition at line 254 of file mod_info.c. References hook_lookup_t::get, module_find_hook(), hook_lookup_t::name, and NULL. Referenced by module_request_hook_participate(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 268 of file mod_info.c. References module_participate(), and name. Referenced by display_info(). Here is the call graph for this function: ![]() |
|
|
Definition at line 519 of file mod_info.c. References APR_HOOK_MIDDLE, display_info(), and NULL. Here is the call graph for this function: ![]() |
|
|
Initial value:
{
AP_INIT_TAKE2("AddModuleInfo", add_module_info, NULL, RSRC_CONF,
"a module name and additional information on that module"),
{NULL}
}
Definition at line 512 of file mod_info.c. |
|
|
Initial value:
{
STANDARD20_MODULE_STUFF,
NULL,
NULL,
create_info_config,
merge_info_config,
info_cmds,
register_hooks
}
Definition at line 524 of file mod_info.c. Referenced by add_module_info(), and find_more_info(). |
|
|
Initial value: {
{"Post-Read Request", ap_hook_get_post_read_request},
{"Header Parse", ap_hook_get_header_parser},
{"Translate Path", ap_hook_get_translate_name},
{"Check Access", ap_hook_get_access_checker},
{"Verify User ID", ap_hook_get_check_user_id},
{"Verify User Access", ap_hook_get_auth_checker},
{"Check Type", ap_hook_get_type_checker},
{"Fixups", ap_hook_get_fixups},
{"Logging", ap_hook_get_log_transaction},
{NULL},
}
Definition at line 219 of file mod_info.c. |