Lines Matching refs:real
41 const char *real;
122 const char *fake, const char *real,
132 /* XXX: real can NOT be relative to DocumentRoot here... compat bug. */
144 new->real = real;
147 /* XXX This may be optimized, but we must know that new->real
148 * exists. If so, we can dir merge later, trusing new->real
152 new->real = real;
184 const char *real)
186 if (real) {
188 return add_alias_internal(cmd, dummy, fake, real, 0);
222 const char *fake, const char *real)
224 return add_alias_internal(cmd, dummy, fake, real, 1);
355 new->real = url;
535 if (alias->real) {
536 found = ap_pregsub(r->pool, alias->real, r->uri,
559 "Replacement too long?", alias->real);
573 ap_set_context_info(r, alias->fake, alias->real);
578 found = apr_pstrcat(r->pool, alias->real, escurl, NULL);
581 found = apr_pstrcat(r->pool, alias->real, r->uri + l, NULL);