Searched refs:ap_proxy_strmatch_domain (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.h36 PROXY_DECLARE_DATA extern const apr_strmatch_pattern *ap_proxy_strmatch_domain;
H A Dproxy_util.c78 const apr_strmatch_pattern PROXY_DECLARE_DATA *ap_proxy_strmatch_domain; variable
1008 if ((domainp = apr_strmatch(ap_proxy_strmatch_domain, str, len)) != NULL) {
H A Dmod_proxy.c2486 ap_proxy_strmatch_domain = apr_strmatch_precompile(pconf, "domain=", 0);

Completed in 245 milliseconds