not really a field, but we treat it like one */
| 577 | |
| 578 | /* not really a field, but we treat it like one */ |
| 579 | static const char *req_document_root(request_rec *r) |
| 580 | { |
| 581 | return ap_document_root(r); |
| 582 | } |
| 583 | |
| 584 | static const char *req_context_prefix(request_rec *r) |
| 585 | { |
nothing calls this directly
no test coverage detected