Home | History | Annotate | Download | only in libmedia

Lines Matching full:buff

867         void *buff = ::XML_GetBuffer(parser, BUFF_SIZE);
868 if (buff == NULL) {
875 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);