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

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c972 apr_size_t l1, l2, poffs = 0, doffs = 0; local
988 poffs = pathp - str;
1035 if (doffs > poffs) {
1036 memcpy(ret, str, poffs);
1037 memcpy(ret + poffs, newpath, l1);
1038 memcpy(ret + poffs + l1, pathe, domainp - pathe);
1046 memcpy(ret + poffs + ddiff, newpath, l1);
1047 strcpy(ret + poffs + ddiff + l1, pathe);
1051 memcpy(ret, str, poffs);
1052 memcpy(ret + poffs, newpat
[all...]

Completed in 117 milliseconds