Lines Matching defs:inflate

37 #define	inflate	inflate_ppp	/* FreeBSD already has an inflate :-( */
2225 * reconstructed from the lengths in the inflate process, as described
2557 s->last_eob_len = 8; /* enough lookahead for inflate */
3117 * Send one empty static block to give enough lookahead for inflate.
3119 * The current inflate code requires 9 bits of lookahead. If the
3121 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
3508 s->last_eob_len = 8; /* enough lookahead for inflate */
3527 /* +++ inflate.c */
3529 * inflate.c -- zlib interface to inflate modules
3593 /* inflate private state */
3612 mode; /* current inflate mode */
3642 Trace((stderr, "inflate: reset\n"));
3659 Trace((stderr, "inflate: end\n"));
3717 Trace((stderr, "inflate: allocated\n"));
3739 inflate(z, f)
3785 Trace((stderr, "inflate: zlib header ok\n"));
3871 Trace((stderr, "inflate: zlib check ok\n"));
4001 * Returns true if inflate is currently at the end of a block
4006 * of input packet, inflate is waiting for these length bytes.
4019 /* --- inflate.c */
4162 /* inflate blocks semi-private state */
4198 /* defines for inflate input/output */
4317 Trace((stderr, "inflate: blocks reset\n"));
4345 Trace((stderr, "inflate: blocks allocated\n"));
4380 Trace((stderr, "inflate: stored block%s\n",
4388 Trace((stderr, "inflate: fixed codes block%s\n",
4408 Trace((stderr, "inflate: dynamic codes block%s\n",
4432 Tracev((stderr, "inflate: stored length %u\n",
4449 "inflate: stored end, %lu total out\n",
4477 Tracev((stderr, "inflate: table sizes ok\n"));
4504 Tracev((stderr, "inflate: bits tree ok\n"));
4576 Tracev((stderr, "inflate: trees ok\n"));
4594 Tracev((stderr, "inflate: codes end, %lu total out\n",
4636 Trace((stderr, "inflate: blocks freed\n"));
4653 * Returns true if inflate is currently at the end of a block
4746 " inflate 1.1.3 Copyright 1995-1998 Mark Adler ";
5263 /* inflate codes private state */
5320 Tracev((stderr, "inflate: codes new\n"));
5382 "inflate: literal '%c'\n" :
5383 "inflate: literal 0x%02x\n",
5401 "inflate: end of block\n"));
5417 "inflate: length %u\n", c->len));
5447 "inflate: distance %u\n",
5512 Tracev((stderr, "inflate: codes free\n"));
5685 "inflate: * literal '%c'\n" :
5686 "inflate: * literal 0x%02x\n", t->base));
5699 "inflate: * length %u\n", c));
5719 "inflate: * "
5788 "inflate: * literal '%c'\n"
5790 "inflate: * literal "
5798 "inflate: * end of block\n"));