HomeSort by relevance Sort by last modified time
    Searched refs:z_eof (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/zlib/
gzio.c 59 int z_eof; /* set if end of input file */ member in struct:gz_stream
123 s->z_eof = 0;
268 if (s->z_eof) return EOF;
273 s->z_eof = 1;
352 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
450 if (len == 0) s->z_eof = 1;
453 if (s->stream.avail_in == 0 && !s->z_eof) {
458 s->z_eof = 1;
492 if (s->z_err != Z_OK || s->z_eof) break;
530 s->z_eof = 0
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 59 int z_eof; /* set if end of input file */ member in struct:gz_stream
119 s->z_eof = 0;
264 if (s->z_eof) return EOF;
269 s->z_eof = 1;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
446 if (len == 0) s->z_eof = 1;
449 if (s->stream.avail_in == 0 && !s->z_eof) {
454 s->z_eof = 1;
488 if (s->z_err != Z_OK || s->z_eof) break;
526 s->z_eof = 0
    [all...]
  /external/zlib/
gzio.c 59 int z_eof; /* set if end of input file */ member in struct:gz_stream
119 s->z_eof = 0;
264 if (s->z_eof) return EOF;
269 s->z_eof = 1;
348 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
446 if (len == 0) s->z_eof = 1;
449 if (s->stream.avail_in == 0 && !s->z_eof) {
454 s->z_eof = 1;
488 if (s->z_err != Z_OK || s->z_eof) break;
526 s->z_eof = 0
    [all...]

Completed in 5502 milliseconds