Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
AP_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_handler
Function · 0.85
core_create_req
Function · 0.85
core_pre_connection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected