Lines Matching defs:ap_document_root
443 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! */
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, NULL, arg,
1510 conf->ap_document_root = arg;
4478 if ((rv = apr_filepath_merge(&r->filename, ap_document_root(r), path,
5184 tmp = ap_server_root_relative(p, sconf->ap_document_root);