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

/httpd/modules/proxy/
H A Dproxy_util.c966 apr_size_t l1, l2, poffs = 0, doffs = 0; local
982 poffs = pathp - str;
1029 if (doffs > poffs) {
1030 memcpy(ret, str, poffs);
1031 memcpy(ret + poffs, newpath, l1);
1032 memcpy(ret + poffs + l1, pathe, domainp - pathe);
1040 memcpy(ret + poffs + ddiff, newpath, l1);
1041 strcpy(ret + poffs + ddiff + l1, pathe);
1045 memcpy(ret, str, poffs);
1046 memcpy(ret + poffs, newpat
[all...]

Completed in 31 milliseconds