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

Function req_context_document_root

modules/lua/lua_request.c:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589static const char *req_context_document_root(request_rec *r)
590{
591 return ap_context_document_root(r);
592}
593
594static char *req_uri_field(request_rec *r)
595{

Callers

nothing calls this directly

Calls 1

ap_context_document_rootFunction · 0.85

Tested by

no test coverage detected