Home | History | Annotate | Download | only in zlib

Lines Matching refs:LENGTH

25     EXLEN,      /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
101 unsigned length; /* literal or length of data to copy */
106 code const FAR *lencode; /* starting table for length/literal codes */
111 unsigned ncode; /* number of code length code lengths */
112 unsigned nlen; /* number of length code lengths */
120 int back; /* bits back of last unprocessed length/lit */
121 unsigned was; /* initial length of match */