Home | History | Annotate | Download | only in libxml2

Lines Matching defs:bytes_read

1259     int bytes_read = 0;
1279 ctxt->inptr - ctxt->inrptr - bytes_read;
1280 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
1283 bytes_read += orig_avail_in - ctxt->strm->avail_in;
1288 bytes_read;