Home | History | Annotate | Download | only in libmedia

Lines Matching defs:bytes_read

924         int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
925 if (bytes_read < 0) {
932 CHECK(::XML_ParseBuffer(parser, bytes_read, bytes_read == 0));
934 if (bytes_read == 0) break; // done parsing the xml file