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

Function ap_get_core_module_config

server/util_debug.c:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124#endif
125
126AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv)
127{
128 return ((void **)cv)[AP_CORE_MODULE_INDEX];
129}
130
131
132#if defined(ap_get_server_module_loglevel)

Callers 15

open_entityFunction · 0.85
dav_get_resourceFunction · 0.85
ap_byterange_filterFunction · 0.85
make_allowFunction · 0.85
ap_set_accept_rangesFunction · 0.85
ap_send_error_responseFunction · 0.85
check_headersFunction · 0.85
ap_send_http_traceFunction · 0.85
ap_setup_client_blockFunction · 0.85
make_digest_etagFunction · 0.85
ap_make_etag_exFunction · 0.85
proxy_fcgi_canonFunction · 0.85

Calls

no outgoing calls

Tested by 1

dialup_handlerFunction · 0.68