Home | History | Annotate | Download | only in zlib

Lines Matching refs:extra

56     const unsigned short FAR *extra;    /* extra bits table to use */
57 int end; /* use base and extra for symbol > end */
63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
184 base = extra = work; /* dummy value--not used */
190 extra = lext;
191 extra -= 257;
196 extra = dext;
224 this.op = (unsigned char)(extra[work[sym]]);