Home | History | Annotate | Download | only in Modules

Lines Matching refs:bytes_read

827         int bytes_read;
834 bytes_read = readinst(buf, BUF_SIZE, readmethod);
835 if (bytes_read < 0) {
839 rv = XML_ParseBuffer(self->itself, bytes_read, bytes_read == 0);
845 if (!rv || bytes_read == 0)