Searched refs:zs_maxbits (Results 1 – 2 of 2) sorted by relevance
92 int zs_maxbits; /* User settable max # bits/code. */ member246 zs->zs_maxbits = header[2]; /* Set -b from file. */ in zread()247 zs->zs_block_compress = zs->zs_maxbits & BLOCK_MASK; in zread()248 zs->zs_maxbits &= BIT_MASK; in zread()249 zs->zs_maxmaxcode = 1L << zs->zs_maxbits; in zread()250 if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) { in zread()349 if (zs->zs_n_bits == zs->zs_maxbits) /* Won't get any bigger now. */ in getcode()
101 u_int zs_maxbits; /* User settable max # bits/code. */ member143 #define maxbits zs->zs_maxbits