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

/httpd/modules/proxy/
H A Dproxy_util.c962 const char *pathp; local
980 if ((pathp = apr_strmatch(ap_proxy_strmatch_path, str, len)) != NULL) {
981 pathp += 5;
982 poffs = pathp - str;
983 pathe = ap_strchr_c(pathp, ';');
984 l1 = pathe ? (pathe - pathp) : strlen(pathp);
985 pathe = pathp + l1 ;
994 if (l1 >= l2 && strncmp(ent[i].fake, pathp, l2) == 0) {
1039 memcpy(ret + doffs + l2, domaine, pathp
[all...]

Completed in 13 milliseconds