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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h98 The memory requirements for inflate are (in bytes) 1 << windowBits
369 inflate().
373 extern int inflate OF((z_stream *strm, int flush));
380 will resume at this point for the next call of inflate().
383 accordingly. inflate() always provides as much output as possible
386 Before the call of inflate(), the application should ensure that at least
391 call of inflate().
394 inflate flushes as much output as possible to the output buffer. The
395 flushing behavior of inflate is not specified for values of the flush
398 anyway. For Z_PACKET_FLUSH, inflate check
[all...]
H A Ddeflate.c256 * Set up to call inflate.
265 r = inflate(&state->strm, Z_PACKET_FLUSH);
270 printf("z_decompress%d: inflate returned %d (%s)\n",
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 33 milliseconds