Lines Matching refs:lens
265 while (sym < 144) state->lens[sym++] = 8; in fixedtables()
266 while (sym < 256) state->lens[sym++] = 9; in fixedtables()
267 while (sym < 280) state->lens[sym++] = 7; in fixedtables()
268 while (sym < 288) state->lens[sym++] = 8; in fixedtables()
272 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
276 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
279 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
920 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate()
924 state->lens[order[state->have++]] = 0; in inflate()
928 ret = inflate_table(CODES, state->lens, 19, &(state->next), in inflate()
948 state->lens[state->have++] = here.val; in inflate()
959 len = state->lens[state->have - 1]; in inflate()
983 state->lens[state->have++] = (unsigned short)len; in inflate()
991 if (state->lens[256] == 0) { in inflate()
1003 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), in inflate()
1012 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()