Home | History | Annotate | Download | only in Modules

Lines Matching refs:bytes_read

975         int bytes_read;

982 bytes_read = readinst(buf, BUF_SIZE, readmethod);
983 if (bytes_read < 0) {
988 rv = XML_ParseBuffer(self->itself, bytes_read, bytes_read == 0);
994 if (!rv || bytes_read == 0)