Searched refs:wbits (Results 1 – 2 of 2) sorted by relevance
96 unsigned wbits; /* log base 2 of requested window size */ member
167 if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { in inflateReset2()174 state->wbits = (unsigned)windowBits; in inflateReset2()377 ZALLOC(strm, 1U << state->wbits, in updatewindow()384 state->wsize = 1U << state->wbits; in updatewindow()630 if (state->wbits == 0) in inflate()631 state->wbits = 15; in inflate()656 if (state->wbits == 0) in inflate()657 state->wbits = len; in inflate()658 if (len > 15 || len > state->wbits) { in inflate()1457 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char)); in inflateCopy()[all …]