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

/httpd/modules/proxy/
H A Dproxy_util.c964 const char *pathe = NULL; local
983 pathe = ap_strchr_c(pathp, ';');
984 l1 = pathe ? (pathe - pathp) : strlen(pathp);
985 pathe = pathp + l1 ;
1032 memcpy(ret + poffs + l1, pathe, domainp - pathe);
1041 strcpy(ret + poffs + ddiff + l1, pathe);
1047 strcpy(ret + poffs + l1, pathe);

Completed in 22 milliseconds