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

/httpd/modules/filters/
H A Dmod_proxy_html.c212 size_t len, offs; local
225 offs = 0;
226 while (!ap_regexec(m->from.r, ctx->buf+offs, nmatch, pmatch, 0)) {
229 subs = ap_pregsub(ctx->f->r->pool, m->to, ctx->buf+offs,
233 offs += match;
236 ctx->buf + offs, s_from);
242 memmove(ctx->buf+offs+s_to, ctx->buf+offs+s_from,
243 len + 1 - s_from - offs);
244 memcpy(ctx->buf+offs, sub
379 size_t offs, len; local
678 size_t offs = 0; local
[all...]

Completed in 13 milliseconds