Lines Matching defs:uri
110 "configuration error: couldn't %s: %s", phase, r->uri);
116 status, r->uri);
154 ap_getparents(r->uri); /* OK --- shrinking transformations... */
157 * next several steps. Only file subrequests are allowed an empty uri,
242 "access_checker_ex hook: %s", r->uri);
257 r->uri);
271 r->uri);
279 "access_checker_ex hook: %s", r->uri);
294 r->uri);
315 access_status, r->uri);
582 r->uri);
595 "or not absolute for uri %s",
596 r->filename, r->uri);
706 r->uri, r->filename);
786 "to the filename path %s for uri %s",
787 r->path_info, r->filename, r->uri);
853 "path of filename %s%s for uri %s",
854 r->filename, r->path_info, r->uri);
1117 "component of the path", r->uri, r->filename);
1127 r->uri, r->filename);
1375 if (r->uri[0] != '/') {
1376 entry_uri = r->uri;
1379 char *uri = apr_pstrdup(r->pool, r->uri);
1380 ap_no2slash(uri);
1381 entry_uri = uri;
1384 /* If we have an cache->cached location that matches r->uri,
1432 * not slash terminated, then this uri must be slash
1449 if (ap_regexec(entry_core->r, r->uri, nmatch, pmatch, 0)) {
1459 r->uri + pmatch[i].rm_so,
2131 udir = ap_make_dirstr_parent(rnew->pool, r->uri);
2189 /* strip path_info off the end of the uri to keep it in sync
2196 udir = apr_pstrdup(rnew->pool, r->uri);
2200 rnew->uri = ap_make_full_path(rnew->pool, udir, dirent->name);
2202 rnew->uri = ap_make_full_path(rnew->pool, rnew->uri, r->path_info + 1);
2205 rnew->uri = ap_escape_uri(rnew->pool, rnew->uri);
2208 udir = ap_make_dirstr_parent(rnew->pool, r->uri);
2209 rnew->uri = ap_escape_uri(rnew->pool, ap_make_full_path(rnew->pool,
2274 strcat(rnew->uri, "/");
2281 ap_parse_uri(rnew, apr_pstrcat(r->pool, rnew->uri, "?",
2285 ap_parse_uri(rnew, rnew->uri);
2358 if (r->uri && *r->uri) {
2359 char *udir = ap_make_dirstr_parent(rnew->pool, r->uri);
2360 rnew->uri = ap_make_full_path(rnew->pool, udir,
2362 ap_parse_uri(rnew, rnew->uri); /* fill in parsed_uri values */
2366 rnew->uri = apr_pstrdup(rnew->pool, "");
2378 * file may not have a uri associated with it -djg
2380 rnew->uri = apr_pstrdup(rnew->pool, "");