Searched refs:ap_matches_request_vhost (Results 1 - 5 of 5) sorted by relevance
/httpd/include/ |
H A D | http_vhost.h | 111 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host,
|
/httpd/server/ |
H A D | vhost.c | 941 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host, function
|
/httpd/modules/dav/main/ |
H A D | util.c | 286 !ap_matches_request_vhost(r, comp.hostname, port)) {
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 856 if (ap_matches_request_vhost(r, host, port)) {
|
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 524 && ap_matches_request_vhost(r, r->parsed_uri.hostname,
|
Completed in 2074 milliseconds