Home | History | Annotate | Download | only in libxml2

Lines Matching defs:bytes_read

1269     int bytes_read = 0;
1289 ctxt->inptr - ctxt->inrptr - bytes_read;
1290 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
1293 bytes_read += orig_avail_in - ctxt->strm->avail_in;
1298 ctxt->inrptr += bytes_read;