Home
last modified time | relevance | path

Searched refs:z_method (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/compress/
H A Dzipopen.c56 uint16_t z_method; /* Z_DEFLATE or Z_STORED */ member
150 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()