Home | History | Annotate | Download | only in Modules

Lines Matching refs:bytes_read

259     int bytes_read;

275 bytes_read = BZ2_bzRead(&bzerror, f->fp, &c, 1);
277 if (bytes_read == 0) break;
287 bytes_read = BZ2_bzRead(&bzerror, f->fp, &c, 1);
289 if (bytes_read == 0) break;