Searched defs:ap_document_root (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttp_core.h159 AP_DECLARE(const char *) ap_document_root(request_rec *r);
653 const char *ap_document_root; member in struct:__anon22
/httpd/server/
H A Dcore.c443 conf->ap_document_root = DOCUMENT_LOCATION;
458 conf->ap_document_root = NULL;
491 if (virt->ap_document_root)
492 conf->ap_document_root = virt->ap_document_root;
773 AP_DECLARE(const char *) ap_document_root(request_rec *r) /* Don't use this! */ function
780 return sconf->ap_document_root;
798 return ap_document_root(r);
1491 conf->ap_document_root = arg;
1502 if (apr_filepath_merge((char**)&conf->ap_document_root, NUL
[all...]

Completed in 21 milliseconds