Searched refs:ap_document_root (Results 1 - 8 of 8) 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...]
H A Dutil_script.c245 apr_table_addn(e, "DOCUMENT_ROOT", ap_document_root(r)); /* Apache */
H A Dutil_expr_eval.c1491 return ap_document_root(r);
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c1055 result = ap_document_root(r);
/httpd/modules/ssl/
H A Dssl_engine_vars.c299 result = ap_document_root(r);
/httpd/modules/mappers/
H A Dmod_rewrite.c2130 result = ap_document_root(r);
5093 if ((ccp = ap_document_root(r)) != NULL) {
/httpd/modules/lua/
H A Dlua_request.c537 return ap_document_root(r);

Completed in 3355 milliseconds