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

Function ap_context_prefix

server/core.c:839–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839AP_DECLARE(const char *) ap_context_prefix(request_rec *r)
840{
841 core_request_config *conf = ap_get_core_module_config(r->request_config);
842 if (conf->context_prefix)
843 return conf->context_prefix;
844 else
845 return "";
846}
847
848AP_DECLARE(const char *) ap_context_document_root(request_rec *r)
849{

Callers 6

lookup_variableFunction · 0.85
hook_fixupFunction · 0.85
req_context_prefixFunction · 0.85
ap_add_common_varsFunction · 0.85
request_var_fnFunction · 0.85
httpd.hFile · 0.85

Calls 1

Tested by

no test coverage detected