Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ req_context_prefix
Function
req_context_prefix
modules/lua/lua_request.c:584–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
}
583
584
static const char *req_context_prefix(request_rec *r)
585
{
586
return ap_context_prefix(r);
587
}
588
589
static const char *req_context_document_root(request_rec *r)
590
{
Callers
nothing calls this directly
Calls
1
ap_context_prefix
Function · 0.85
Tested by
no test coverage detected