Z_STREAM_END      548 axscript/ByteArrayGlue.cpp         if (error != Z_OK && error != Z_STREAM_END) {
Z_STREAM_END       50 other-licenses/zlib/compress.c     if (err != Z_STREAM_END) {
Z_STREAM_END      830 other-licenses/zlib/deflate.c     if (s->wrap <= 0) return Z_STREAM_END;
Z_STREAM_END      855 other-licenses/zlib/deflate.c     return s->pending != 0 ? Z_OK : Z_STREAM_END;
Z_STREAM_END      406 other-licenses/zlib/gzio.c     if (s->z_err == Z_STREAM_END) return 0;  /* EOF */
Z_STREAM_END      420 other-licenses/zlib/gzio.c             s->z_err = Z_STREAM_END;
Z_STREAM_END      468 other-licenses/zlib/gzio.c         if (s->z_err == Z_STREAM_END) {
Z_STREAM_END      524 other-licenses/zlib/gzio.c     s->last = (s->z_err == Z_STREAM_END);
Z_STREAM_END      739 other-licenses/zlib/gzio.c         done = (s->stream.avail_out != 0 || s->z_err == Z_STREAM_END);
Z_STREAM_END      741 other-licenses/zlib/gzio.c         if (s->z_err != Z_OK && s->z_err != Z_STREAM_END) break;
Z_STREAM_END      743 other-licenses/zlib/gzio.c     return  s->z_err == Z_STREAM_END ? Z_OK : s->z_err;
Z_STREAM_END      755 other-licenses/zlib/gzio.c     return  s->z_err == Z_STREAM_END ? Z_OK : s->z_err;
Z_STREAM_END      841 other-licenses/zlib/gzio.c         if (s->last) s->z_err = Z_STREAM_END;
Z_STREAM_END      902 other-licenses/zlib/gzio.c     return s->z_err == Z_STREAM_END;
Z_STREAM_END     1023 other-licenses/zlib/gzio.c     if (s->z_err != Z_STREAM_END) s->z_err = Z_OK;
Z_STREAM_END      591 other-licenses/zlib/infback.c             ret = Z_STREAM_END;
Z_STREAM_END     1115 other-licenses/zlib/inflate.c             ret = Z_STREAM_END;
Z_STREAM_END       51 other-licenses/zlib/uncompr.c     if (err != Z_STREAM_END) {
Z_STREAM_END      550 shell/ByteArrayGlue.cpp         if (error != Z_OK && error != Z_STREAM_END) {
Z_STREAM_END      159 shell/genericzlib.h 	PLAYERASSERT(error == Z_OK || error == Z_STREAM_END);