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

/httpd/modules/filters/
H A Dmod_proxy_html.c206 size_t s_from, s_to; local
231 s_to = strlen(subs);
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,
244 memcpy(ctx->buf+offs, subs, s_to);
247 memcpy(ctx->buf + offs, subs, s_to);
248 memmove(ctx->buf+offs+s_to, ctx->buf+offs+s_from,
251 offs += s_to;
256 s_to
384 size_t s_to, s_from, match; local
[all...]

Completed in 13 milliseconds