Home | History | Annotate | Download | only in libmedia

Lines Matching defs:bytes_read

947         int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
948 if (bytes_read < 0) {
955 CHECK(::XML_ParseBuffer(parser, bytes_read, bytes_read == 0));
957 if (bytes_read == 0) break; // done parsing the xml file