Lines Matching defs:bytes_read
875 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);876 if (bytes_read < 0) {883 CHECK(::XML_ParseBuffer(parser, bytes_read, bytes_read == 0));885 if (bytes_read == 0) break; // done parsing the xml file