Searched refs:ap_matches_request_vhost (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dhttp_vhost.h111 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host,
/httpd/server/
H A Dvhost.c941 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host, function
/httpd/modules/dav/main/
H A Dutil.c286 !ap_matches_request_vhost(r, comp.hostname, port)) {
/httpd/modules/mappers/
H A Dmod_rewrite.c856 if (ap_matches_request_vhost(r, host, port)) {
/httpd/modules/proxy/
H A Dmod_proxy.c524 && ap_matches_request_vhost(r, r->parsed_uri.hostname,

Completed in 2074 milliseconds