Searched defs:fake (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/mappers/
H A Dmod_alias.c42 const char *fake; member in struct:__anon228
122 const char *fake, const char *real,
141 new->regexp = ap_pregcomp(cmd->pool, fake, AP_REG_EXTENDED);
154 new->fake = fake;
164 if ( (!alias->regexp && alias_matches(fake, alias->fake) > 0)
165 || (alias->regexp && !ap_regexec(alias->regexp, fake, 0, NULL, 0))) {
183 static const char *add_alias(cmd_parms *cmd, void *dummy, const char *fake, argument
188 return add_alias_internal(cmd, dummy, fake, rea
121 add_alias_internal(cmd_parms *cmd, void *dummy, const char *fake, const char *real, int use_regex) argument
221 add_alias_regex(cmd_parms *cmd, void *dummy, const char *fake, const char *real) argument
239 const char *fake = arg2; local
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.c591 newcopy->fake = (old[i].flags & PROXYPASS_INTERPOLATE)
592 ? proxy_interpolate(r, old[i].fake) : old[i].fake;
603 const char *fake; local
613 fake = proxy_interpolate(r, ent->fake);
617 fake = ent->fake;
662 len = alias_match(r->uri, fake);
668 if (nocanon && len != alias_match(r->unparsed_uri, ent->fake)) {
1822 const char *fake; local
[all...]
H A Dmod_proxy.h112 const char *fake; member in struct:proxy_alias
735 * @param alias alias/fake-path to this balancer

Completed in 22 milliseconds