Z_ERRNO           248 other-licenses/zlib/gzio.c             s->z_err = Z_ERRNO;
Z_ERRNO           270 other-licenses/zlib/gzio.c             if (ferror(s->file)) s->z_err = Z_ERRNO;
Z_ERRNO           304 other-licenses/zlib/gzio.c         if (len == 0 && ferror(s->file)) s->z_err = Z_ERRNO;
Z_ERRNO           379 other-licenses/zlib/gzio.c             err = Z_ERRNO;
Z_ERRNO           405 other-licenses/zlib/gzio.c     if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
Z_ERRNO           456 other-licenses/zlib/gzio.c                     s->z_err = Z_ERRNO;
Z_ERRNO           493 other-licenses/zlib/gzio.c         (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO))
Z_ERRNO           577 other-licenses/zlib/gzio.c                 s->z_err = Z_ERRNO;
Z_ERRNO           722 other-licenses/zlib/gzio.c                 s->z_err = Z_ERRNO;
Z_ERRNO           723 other-licenses/zlib/gzio.c                 return Z_ERRNO;
Z_ERRNO           775 other-licenses/zlib/gzio.c         s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
Z_ERRNO          1001 other-licenses/zlib/gzio.c     m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg);