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

/httpd/modules/proxy/
H A Dmod_proxy.c1298 apr_array_header_t *tocopy = apr_array_make(p, 1, sizeof(proxy_balancer)); local
1303 * b) Otherwise, copy the balancer to tocopy array and merge it later.
1375 *(proxy_balancer *)apr_array_push(tocopy) = *b1;
1380 return apr_array_append(p, tocopy, overrides);
/httpd/support/
H A Dab.c1486 int tocopy = (space < r) ? space : r; local
1500 c->cbx += tocopy;
1501 space -= tocopy;
1596 c->bread += c->cbx - (s + l - c->cbuff) + r - tocopy;

Completed in 564 milliseconds