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

/httpd/modules/filters/
H A Dmod_sed.c53 char *curoutbuf; member in struct:sed_filter_ctxt
87 ctx->curoutbuf = NULL;
97 ctx->curoutbuf = ctx->outbuf;
136 int size = ctx->curoutbuf - ctx->outbuf;
143 ctx->curoutbuf = ctx->outbuf;
161 remainbytes = ctx->bufsize - (ctx->curoutbuf - ctx->outbuf);
164 memcpy(ctx->curoutbuf, buf, remainbytes);
167 ctx->curoutbuf += remainbytes;
184 memcpy(ctx->curoutbuf, buf, sz);
185 ctx->curoutbuf
[all...]

Completed in 10 milliseconds