lencode           290 lib/zlib/contrib/blast/blast.c     static struct huffman lencode = {lencnt, lensym};   /* length code */
lencode           312 lib/zlib/contrib/blast/blast.c         construct(&lencode, lenlen, sizeof(lenlen));
lencode           327 lib/zlib/contrib/blast/blast.c             symbol = decode(s, &lencode);
lencode           241 lib/zlib/contrib/infback9/infback9.c     code const FAR *lencode;    /* starting table for length/literal codes */
lencode           271 lib/zlib/contrib/infback9/infback9.c     lencode = Z_NULL;
lencode           294 lib/zlib/contrib/infback9/infback9.c                 lencode = lenfix;
lencode           372 lib/zlib/contrib/infback9/infback9.c             lencode = (code const FAR *)(state->next);
lencode           387 lib/zlib/contrib/infback9/infback9.c                     this = lencode[BITS(lenbits)];
lencode           438 lib/zlib/contrib/infback9/infback9.c             lencode = (code const FAR *)(state->next);
lencode           463 lib/zlib/contrib/infback9/infback9.c                 this = lencode[BITS(lenbits)];
lencode           470 lib/zlib/contrib/infback9/infback9.c                     this = lencode[last.val +
lencode           120 lib/zlib/contrib/inflate86/inffas86.c     ar.lcode = state->lencode;
lencode           137 lib/zlib/contrib/masmx64/inffas8664.c     ar.lcode = state->lencode;
lencode           415 lib/zlib/contrib/puff/puff.c                 struct huffman *lencode,
lencode           438 lib/zlib/contrib/puff/puff.c         symbol = decode(s, lencode);
lencode           507 lib/zlib/contrib/puff/puff.c     static struct huffman lencode = {lencnt, lensym};
lencode           524 lib/zlib/contrib/puff/puff.c         construct(&lencode, lengths, FIXLCODES);
lencode           536 lib/zlib/contrib/puff/puff.c     return codes(s, &lencode, &distcode);
lencode           634 lib/zlib/contrib/puff/puff.c     struct huffman lencode = {lencnt, lensym};          /* length code */
lencode           653 lib/zlib/contrib/puff/puff.c     err = construct(&lencode, lengths, 19);
lencode           662 lib/zlib/contrib/puff/puff.c         symbol = decode(s, &lencode);
lencode           684 lib/zlib/contrib/puff/puff.c     err = construct(&lencode, lengths, nlen);
lencode           685 lib/zlib/contrib/puff/puff.c     if (err < 0 || (err > 0 && nlen - lencode.count[0] != 1))
lencode           694 lib/zlib/contrib/puff/puff.c     return codes(s, &lencode, &distcode);
lencode           110 lib/zlib/infback.c     state->lencode = lenfix;
lencode           377 lib/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
lencode           392 lib/zlib/infback.c                     this = state->lencode[BITS(state->lenbits)];
lencode           443 lib/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
lencode           477 lib/zlib/infback.c                 this = state->lencode[BITS(state->lenbits)];
lencode           484 lib/zlib/infback.c                     this = state->lencode[last.val +
lencode           113 lib/zlib/inffast.c     lcode = state->lencode;
lencode           123 lib/zlib/inflate.c     state->lencode = state->distcode = state->next = state->codes;
lencode           242 lib/zlib/inflate.c     state->lencode = lenfix;
lencode           289 lib/zlib/inflate.c         printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
lencode           290 lib/zlib/inflate.c                state.lencode[low].val);
lencode           864 lib/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
lencode           879 lib/zlib/inflate.c                     this = state->lencode[BITS(state->lenbits)];
lencode           930 lib/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
lencode           958 lib/zlib/inflate.c                 this = state->lencode[BITS(state->lenbits)];
lencode           965 lib/zlib/inflate.c                     this = state->lencode[last.val +
lencode          1355 lib/zlib/inflate.c     if (state->lencode >= state->codes &&
lencode          1356 lib/zlib/inflate.c         state->lencode <= state->codes + ENOUGH - 1) {
lencode          1357 lib/zlib/inflate.c         copy->lencode = copy->codes + (state->lencode - state->codes);
lencode           102 lib/zlib/inflate.h     code const FAR *lencode;    /* starting table for length/literal codes */