Lines Matching defs:decode
3121 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
4180 } decode; /* if CODES, current state */
4307 if (s->mode == CODES && s->sub.decode.codes != Z_NULL) {
4308 (void) inflate_codes_free(s->sub.decode.codes, z);
4309 s->sub.decode.codes = Z_NULL;
4396 s->sub.decode.codes = inflate_codes_new(bl,
4398 if (s->sub.decode.codes == Z_NULL)
4583 s->sub.decode.codes = c;
4592 (void) inflate_codes_free(s->sub.decode.codes, z);
4795 * lookup. The fastest way to decode is to simply build a lookup
4803 * costs to decode the longer codes is then traded against the time it
4808 * literal/ length codes can decode in one step, and dbits is the same
4845 * of tables to decode that set of codes. Return Z_OK on success,
5342 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
5701 /* decode distance base of block to copy */