Searched refs:Z_PACKET_FLUSH (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h215 #define Z_PACKET_FLUSH 5 macro
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
312 since the last Z_PACKET_FLUSH, it is never output as a stored block.
393 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
398 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
478 required for a compressed block to be output when Z_PACKET_FLUSH is
H A Ddeflate.c265 r = inflate(&state->strm, Z_PACKET_FLUSH);
H A Dzlib.c11 * - added Z_PACKET_FLUSH (see zlib.h for details)
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
812 case Z_PACKET_FLUSH:
2343 /* For Z_PACKET_FLUSH, if we don't achieve the required minimum
2345 * time we used Z_PACKET_FLUSH, then just omit this block completely
2348 if (flush == Z_PACKET_FLUSH && s->blocks_in_packet == 1
2907 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
2959 if (f != Z_PACKET_FLUSH)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h464 #define Z_PACKET_FLUSH 2 macro
593 * If the parameter flush is set to Z_PACKET_FLUSH, the compression
684 * If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
688 * Z_PACKET_FLUSH or Z_FINISH, but the current implementation actually
689 * flushes as much output as possible anyway. For Z_PACKET_FLUSH,
H A Ddeflate.c438 flush = (mp == NULL || mp->b_cont == NULL) ? Z_PACKET_FLUSH :
903 Z_PACKET_FLUSH : Z_NO_FLUSH;
H A Dzlib.c16 * - added Z_PACKET_FLUSH (see zlib.h for details)
1224 } else if (flush == Z_PACKET_FLUSH) { /* PPP */
3821 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && /* PPP */
3884 if (f != Z_PACKET_FLUSH)

Completed in 1814 milliseconds