Lines Matching defs:inflate
1454 * reconstructed from the lengths in the inflate process, as described
1756 s->last_eob_len = 8; /* enough lookahead for inflate */
2249 * Send one empty static block to give enough lookahead for inflate.
2251 * The current inflate code requires 9 bits of lookahead. If the EOB
2252 * code for the previous block was coded on 5 bits or less, inflate
2579 s->last_eob_len = 8; /* enough lookahead for inflate */
2730 /* inflate.c -- zlib interface to inflate modules
2735 /* inflate private state */
2749 mode; /* current inflate mode */
2781 Trace((stderr, "inflate: reset\n"));
2797 Trace((stderr, "inflate: end\n"));
2840 Trace((stderr, "inflate: allocated\n"));
2858 int inflate(z, f)
2903 Trace((stderr, "inflate: zlib header ok\n"));
2948 Trace((stderr, "inflate: zlib check ok\n"));
3047 /* inflate blocks semi-private state */
3096 /* defines for inflate input/output */
3229 Trace((stderr, "inflate: blocks reset\n"));
3251 Trace((stderr, "inflate: blocks allocated\n"));
3283 Trace((stderr, "inflate: stored block%s\n",
3291 Trace((stderr, "inflate: fixed codes block%s\n",
3311 Trace((stderr, "inflate: dynamic codes block%s\n",
3335 Tracev((stderr, "inflate: stored length %u\n", s->sub.left));
3350 Tracev((stderr, "inflate: stored end, %lu total out\n",
3378 Tracev((stderr, "inflate: table sizes ok\n"));
3400 Tracev((stderr, "inflate: bits tree ok\n"));
3463 Tracev((stderr, "inflate: trees ok\n"));
3486 Tracev((stderr, "inflate: codes end, %lu total out\n",
3528 Trace((stderr, "inflate: blocks freed\n"));
4082 /* inflate codes private state */
4137 Tracev((stderr, "inflate: codes new\n"));
4193 "inflate: literal '%c'\n" :
4194 "inflate: literal 0x%02x\n", t->base));
4213 Tracevv((stderr, "inflate: end of block\n"));
4228 Tracevv((stderr, "inflate: length %u\n", c->len));
4258 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist));
4308 Tracev((stderr, "inflate: codes free\n"));
4444 "inflate: * literal '%c'\n" :
4445 "inflate: * literal 0x%02x\n", t->base));
4458 Tracevv((stderr, "inflate: * length %u\n", c));
4472 Tracevv((stderr, "inflate: * distance %u\n", d));
4518 "inflate: * literal '%c'\n" :
4519 "inflate: * literal 0x%02x\n", t->base));
4527 Tracevv((stderr, "inflate: * end of block\n"));