MCPcopy Create free account
hub / github.com/apache/httpd / ap_set_module_config

Function ap_set_module_config

server/util_debug.c:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219#endif
220
221AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
222 void *val)
223{
224 ((void **)cv)[m->module_index] = val;
225}
226
227
228#if defined(ap_set_core_module_config)

Callers 15

file_cache_xlatFunction · 0.85
privileges_reqFunction · 0.85
nwssl_pre_connectionFunction · 0.85
set_types_configFunction · 0.85
ap_dbd_sql_initFunction · 0.85
ap_dbd_prepareFunction · 0.85
ap_dbd_acquireFunction · 0.85
ap_dbd_cacquireFunction · 0.85
fcgi_check_authnFunction · 0.85
fcgi_check_passwordFunction · 0.85
parse_hdr_and_update_ncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected