Searched refs:z_method (Results 1 – 1 of 1) sorted by relevance
56 uint16_t z_method; /* Z_DEFLATE or Z_STORED */ member150 s->z_method = get_uint16(s); /* compression method */ in get_header()166 if (s->z_method != Z_DEFLATED && s->z_method != Z_STORED) { in get_header()339 if (s->z_method == Z_DEFLATED) { in zip_read()