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

/httpd/modules/filters/
H A Dmod_proxy_html.c206 size_t s_from, s_to; local
228 s_from = pmatch[0].rm_eo - match;
236 ctx->buf + offs, s_from);
240 if (s_to > s_from) {
241 preserve(ctx, s_to - s_from);
242 memmove(ctx->buf+offs+s_to, ctx->buf+offs+s_from,
243 len + 1 - s_from - offs);
248 memmove(ctx->buf+offs+s_to, ctx->buf+offs+s_from,
249 len + 1 - s_from - offs);
255 s_from
384 size_t s_to, s_from, match; local
[all...]

Completed in 13 milliseconds