MCPcopy 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
584static const char *req_context_prefix(request_rec *r)
585{
586 return ap_context_prefix(r);
587}
588
589static const char *req_context_document_root(request_rec *r)
590{

Callers

nothing calls this directly

Calls 1

ap_context_prefixFunction · 0.85

Tested by

no test coverage detected