Lines Matching refs:lens
97 while (sym < 144) state->lens[sym++] = 8; in fixedtables()
98 while (sym < 256) state->lens[sym++] = 9; in fixedtables()
99 while (sym < 280) state->lens[sym++] = 7; in fixedtables()
100 while (sym < 288) state->lens[sym++] = 8; in fixedtables()
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
108 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
380 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack()
384 state->lens[order[state->have++]] = 0; in inflateBack()
388 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflateBack()
407 state->lens[state->have++] = here.val; in inflateBack()
418 len = (unsigned)(state->lens[state->have - 1]); in inflateBack()
442 state->lens[state->have++] = (unsigned short)len; in inflateBack()
450 if (state->lens[256] == 0) { in inflateBack()
462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflateBack()
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()