Searched defs:inflate (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1454 * 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 mod
2858 int inflate(z, f) function
[all...]

Completed in 34 milliseconds