Lines Matching full:oldoff
107 size_t oldoff = inbuf->off;
116 * buffer if necessary of the changes. oldoff is the amount
119 if (inbuf->off != oldoff && inbuf->cb != NULL)
120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
121 if (oldoff && outbuf->cb != NULL)
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
141 size_t oldoff = buf->off;
167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
303 size_t oldoff = buf->off;
314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
322 size_t oldoff = buf->off;
338 if (buf->off != oldoff && buf->cb != NULL)
339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
353 size_t oldoff = buf->off;
401 if (buf->off != oldoff && buf->cb != NULL)
402 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);