Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/httpd
/ ap_get_module_config
Function
ap_get_module_config
server/util_debug.c:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
#endif
103
104
AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
105
const module *m)
106
{
107
return ((void **)cv)[m->module_index];
108
}
109
110
AP_DECLARE(int) ap_get_module_flags(const module *m)
111
{
Callers
15
socache_rd_init
Function · 0.85
socache_rd_set_ttl
Function · 0.85
socache_rd_set_rwto
Function · 0.85
create_entity
Function · 0.85
open_entity
Function · 0.85
write_headers
Function · 0.85
store_body
Function · 0.85
commit_entity
Function · 0.85
set_cache_root
Function · 0.85
set_cache_dirlevels
Function · 0.85
set_cache_dirlength
Function · 0.85
create_entity
Function · 0.85
Calls
no outgoing calls
Tested by
1
dialup_handler
Function · 0.68