Lines Matching refs:prefix
264 char *filename = NULL, *prefix = NULL;
269 prefix = ap_getword(r->pool, &userdir, '*');
272 if (prefix) {
281 if (strchr(prefix + 2, ':'))
283 if (strchr(prefix, ':') && !is_absolute)
286 redirect = apr_pstrcat(r->pool, prefix, user, userdir,
292 filename = apr_pstrcat(r->pool, prefix, user, userdir,
298 else if (prefix && ap_strchr_c(prefix, ':')) {
299 redirect = apr_pstrcat(r->pool, prefix, user, dname, NULL);