MCPcopy 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
104AP_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
110AP_DECLARE(int) ap_get_module_flags(const module *m)
111{

Callers 15

socache_rd_initFunction · 0.85
socache_rd_set_ttlFunction · 0.85
socache_rd_set_rwtoFunction · 0.85
create_entityFunction · 0.85
open_entityFunction · 0.85
write_headersFunction · 0.85
store_bodyFunction · 0.85
commit_entityFunction · 0.85
set_cache_rootFunction · 0.85
set_cache_dirlevelsFunction · 0.85
set_cache_dirlengthFunction · 0.85
create_entityFunction · 0.85

Calls

no outgoing calls

Tested by 1

dialup_handlerFunction · 0.68