get_int32
s->z_time = get_int32(s);
if (get_int32(s) != s->z_crc) {
if (get_int32(s) != (u_int32_t)s->z_stream.total_out) {
static u_int32_t get_int32(gz_stream *);