Home | History | Annotate | Download | only in zlib

Lines Matching refs:lenbits

299     state->lenbits = 9;

925 state->lenbits = 7;
927 &(state->lenbits), state->work);
939 here = state->lencode[BITS(state->lenbits)];
994 /* build code tables -- note: do not change the lenbits or distbits
999 state->lenbits = 9;
1001 &(state->lenbits), state->work);
1032 here = state->lencode[BITS(state->lenbits)];