Searched refs:z_err (Results 1 – 1 of 1) sorted by relevance
64 int z_err; /* error code for last stream operation */ member106 s->z_err = Z_ERRNO; in get_byte()125 s->z_err = Z_DATA_ERROR; in getLong()152 s->z_err = s->stream.avail_in != 0 ? Z_OK : in check_header()160 s->z_err = Z_DATA_ERROR; in check_header()187 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK; in check_header()263 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) in read()265 if (s->z_err == Z_STREAM_END) in read()294 s->z_err = Z_ERRNO; in read()314 s->z_err = Z_ERRNO; in read()[all …]