Home | History | Annotate | Download | only in xmlparser

Lines Matching refs:bytes_read

192         int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
193 if (bytes_read < 0) {
199 XML_Status status = ::XML_ParseBuffer(parser, bytes_read, bytes_read == 0);
206 if (bytes_read == 0) {