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

/httpd/modules/proxy/
H A Dproxy_util.c963 const char *domainp; local
1002 if ((domainp = apr_strmatch(ap_proxy_strmatch_domain, str, len)) != NULL) {
1003 domainp += 7;
1004 doffs = domainp - str;
1005 domaine = ap_strchr_c(domainp, ';');
1006 l1 = domaine ? (domaine - domainp) : strlen(domainp);
1007 domaine = domainp + l1;
1016 if (l1 >= l2 && strncasecmp(ent[i].fake, domainp, l2) == 0) {
1032 memcpy(ret + poffs + l1, pathe, domainp
[all...]

Completed in 18 milliseconds