Home | History | Annotate | Download | only in libxml2

Lines Matching refs:bytes_read

1277     int bytes_read = 0;
1297 ctxt->inptr - ctxt->inrptr - bytes_read;
1298 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
1301 bytes_read += orig_avail_in - ctxt->strm->avail_in;
1306 ctxt->inrptr += bytes_read;