Lines Matching defs:domainp
963 const char *domainp;
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 - pathe);