Home
last modified time | relevance | path

Searched refs:Z_NO_FLUSH (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c1038 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1722 flush == Z_NO_FLUSH ||
1811 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1849 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1885 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1988 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
2081 Assert (flush != Z_NO_FLUSH, "no flush?");
2118 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
2187 if (flush == Z_NO_FLUSH)
H A Dzlib.h168 #define Z_NO_FLUSH 0 macro
H A DChangeLog815 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h210 #define Z_NO_FLUSH 0 macro
H A Dzlib.c771 if (flush != Z_NO_FLUSH && flush != Z_FINISH)
806 if (flush != Z_NO_FLUSH && flush != Z_FINISH
1243 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) return 1;
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1338 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) return 1;
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1414 FLUSH_BLOCK_ONLY(s, Z_NO_FLUSH);
1428 Assert (flush != Z_NO_FLUSH, "no flush?");
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c249 err = inflate(zsp, Z_NO_FLUSH); in cf_read()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c439 Z_NO_FLUSH; in z_compress()
903 Z_PACKET_FLUSH : Z_NO_FLUSH; in z_decompress()
H A Dzlib.h460 #define Z_NO_FLUSH 0 macro
H A Dzlib.c1018 s->last_flush = Z_NO_FLUSH;
1194 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1894 if (s->lookahead == 0 && flush == Z_NO_FLUSH)
1956 flush == Z_NO_FLUSH) {
2079 flush == Z_NO_FLUSH) {
2196 Assert(flush != Z_NO_FLUSH, "no flush?");
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c209 if ((err = zlib.z_compress(&czd->czd_zstr, Z_NO_FLUSH)) != Z_OK) in ctf_zdata_compress_buffer()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c530 #define Z_NO_FLUSH 0 macro
4050 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);