Searched refs:z_eof (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dgzio.c59 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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c59 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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dgzio.c59 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
[all...]

Completed in 32 milliseconds