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

Function ap_set_core_module_config

server/util_debug.c:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231#endif
232
233AP_DECLARE(void) ap_set_core_module_config(ap_conf_vector_t *cv, void *val)
234{
235 ((void **)cv)[AP_CORE_MODULE_INDEX] = val;
236}

Callers 3

proxy_fdpass_handlerFunction · 0.85
core_create_reqFunction · 0.85
core_pre_connectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected