Searched refs:remainbytes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_sed.c155 int remainbytes = 0; local
161 remainbytes = ctx->bufsize - (ctx->curoutbuf - ctx->outbuf);
162 if (sz >= remainbytes) {
163 if (remainbytes > 0) {
164 memcpy(ctx->curoutbuf, buf, remainbytes);
165 buf += remainbytes;
166 sz -= remainbytes;
167 ctx->curoutbuf += remainbytes;

Completed in 119 milliseconds