Home | History | Annotate | Download | only in net

Lines Matching defs:inflate

32 #define inflate	inflate_ppp	/* FreeBSD already has an inflate :-( */
1985 * reconstructed from the lengths in the inflate process, as described
2495 s->last_eob_len = 8; /* enough lookahead for inflate */
2979 * Send one empty static block to give enough lookahead for inflate.
2981 * The current inflate code requires 9 bits of lookahead. If the
2983 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
3289 s->last_eob_len = 8; /* enough lookahead for inflate */
3307 /* +++ inflate.c */
3309 /* inflate.c -- zlib interface to inflate modules
3387 /* inflate private state */
3391 inflate_mode mode; /* current inflate mode */
3420 Tracev((stderr, "inflate: reset\n"));
3433 Tracev((stderr, "inflate: end\n"));
3485 Tracev((stderr, "inflate: allocated\n"));
3504 int ZEXPORT inflate(z_streamp z, int f)
3543 Tracev((stderr, "inflate: zlib header ok\n"));
3626 Tracev((stderr, "inflate: zlib check ok\n"));
3739 /* Returns true if inflate is currently at the end of a block generated
3743 * decompressing, PPP checks that at the end of input packet, inflate is
3757 /* --- inflate.c */
3890 /* inflate blocks semi-private state */
3927 /* defines for inflate input/output */
4038 Tracev((stderr, "inflate: blocks reset\n"));
4064 Tracev((stderr, "inflate: blocks allocated\n"));
4093 Tracev((stderr, "inflate: stored block%s\n",
4101 Tracev((stderr, "inflate: fixed codes block%s\n",
4119 Tracev((stderr, "inflate: dynamic codes block%s\n",
4143 Tracev((stderr, "inflate: stored length %u\n", s->sub.left));
4158 Tracev((stderr, "inflate: stored end, %lu total out\n",
4183 Tracev((stderr, "inflate: table sizes ok\n"));
4208 Tracev((stderr, "inflate: bits tree ok\n"));
4275 Tracev((stderr, "inflate: trees ok\n"));
4293 Tracev((stderr, "inflate: codes end, %lu total out\n",
4328 Tracev((stderr, "inflate: blocks freed\n"));
4405 /* Returns true if inflate is currently at the end of a block generated
4434 " inflate 1.1.4 Copyright 1995-2002 Mark Adler ";
5086 /* inflate
5128 Tracev((stderr, "inflate: codes new\n"));
5182 "inflate: literal '%c'\n" :
5183 "inflate: literal 0x%02x\n", t->base));
5202 Tracevv((stderr, "inflate: end of block\n"));
5217 Tracevv((stderr, "inflate: length %u\n", c->len));
5248 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist));
5302 Tracev((stderr, "inflate: codes free\n"));
5466 "inflate: * literal '%c'\n" :
5467 "inflate: * literal 0x%02x\n", t->base));
5480 Tracevv((stderr, "inflate: * length %u\n", c));
5494 Tracevv((stderr, "inflate: * distance %u\n", d));
5557 "inflate: * literal '%c'\n" :
5558 "inflate: * literal 0x%02x\n", t->base));
5566 Tracevv((stderr, "inflate: * end of block\n"));