Searched refs:wbits (Results 1 – 4 of 4) sorted by relevance
90 unsigned wbits; /* log base 2 of requested window size */ member
189 state->wbits = (unsigned)windowBits;342 ZALLOC(strm, 1U << state->wbits,349 state->wsize = 1U << state->wbits;629 if (len > state->wbits) {1372 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));1389 wsize = 1U << state->wbits;
3626 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member3706 z->state->wbits = (uInt)w;3764 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)3908 if (length >= ((uInt)1<<z->state->wbits))3910 length = (1<<z->state->wbits)-1;
2763 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ member2830 z->state->wbits = (uInt)w;2879 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)