Lines Matching defs:tl
116 Huff_t *tl;
252 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */
256 tl = state->tl;
322 t = tl + IGETBITS(state, bl);
393 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */
397 tl = state->tl;
462 t = tl + IGETBITS(state, bl);
533 Huff_t *tl, *td; /* length and distance state tables */
534 int bl, bd; /* number of bits decoded by tl[] and td[] */
536 tl = state->tl;
590 t = tl + IGETBITS(state, bl);
661 Huff_t *tl, *td; /* length and distance state tables */
662 int bl, bd; /* number of bits decoded by tl[] and td[] */
664 tl = state->tl;
717 t = tl + IGETBITS(state, bl);
866 &state->tl, &state->bl, state->vm) != 0)
891 &state->tl, &state->bl, state->vm) != 0)