Lines Matching refs:alias
456 /* any number of '/' in the alias matches any number in
489 /* Check last alias path component matched all the way */
494 * greater than length of alias, since we may have matched
727 if (dconf->alias) {
728 int rv = ap_proxy_trans_match(r, dconf->alias, dconf);
1508 new->alias = (add->alias_set == 0) ? base->alias : add->alias;
1694 /* if per directory, save away the single alias */
1696 dconf->alias = apr_pcalloc(cmd->pool, sizeof(struct proxy_alias));
1698 new = dconf->alias;
1703 /* if per server, add to the alias array */