Lines Matching defs:length
22 EXLEN, /* i: waiting for extra length (gzip) */
31 STORED, /* i: waiting for stored size (length and complement) */
34 LENLENS, /* i: waiting for code length code lengths */
35 CODELENS, /* i: waiting for length/lit and distance code lengths */
36 LEN, /* i: waiting for length/lit code */
37 LENEXT, /* i: waiting for length extra bits */
43 LENGTH, /* i: waiting for 32-bit length (gzip) */
94 unsigned length; /* literal or length of data to copy */
99 code const *lencode; /* starting table for length/literal codes */
104 unsigned ncode; /* number of code length code lengths */
105 unsigned nlen; /* number of length code lengths */