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

/httpd/modules/proxy/
H A Dmod_proxy.c448 static int alias_match(const char *uri, const char *alias_fakename) function
662 len = alias_match(r->uri, fake);
668 if (nocanon && len != alias_match(r->unparsed_uri, ent->fake)) {

Completed in 20 milliseconds