Home | History | Annotate | Download | only in gzip

Lines Matching defs:LEN

17       START,    /* x: set up for LEN */
18 LEN, /* i: get length/literal/eob next */
36 uInt len;
41 } code; /* if LEN or DIST, where in tree */
103 case START: /* x: set up for LEN */
119 c->mode = LEN;
120 case LEN: /* i: get length/literal/eob next */
138 c->len = t->base;
161 c->len += (uInt)b & inflate_mask[j];
165 Tracevv((stderr, "inflate: length %u\n", c->len));
201 while (c->len)
207 c->len--;