Home
last modified time | relevance | path

Searched refs:z_eof (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
Dgzio.c59 int z_eof; /* set if end of input file */ member
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/
Dgzio.c59 int z_eof; /* set if end of input file */ member
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 …]