/external/zlib/src/contrib/pascal/ |
D | example.pas | 206 err := deflate(c_stream, Z_NO_FLUSH); 252 err := inflate(d_stream, Z_NO_FLUSH); 292 err := deflate(c_stream, Z_NO_FLUSH); 301 err := deflate(c_stream, Z_NO_FLUSH); 308 err := deflate(c_stream, Z_NO_FLUSH); 345 err := inflate(d_stream, Z_NO_FLUSH); 427 inflate(d_stream, Z_NO_FLUSH); 506 err := inflate(d_stream, Z_NO_FLUSH);
|
D | zlibpas.pas | 68 Z_NO_FLUSH = 0;
|
/external/zlib/src/examples/ |
D | fitblk.c | 78 flush = Z_NO_FLUSH; in partcompress() 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress() 101 flush = Z_NO_FLUSH; in recompress() 106 ret = inflate(inf, Z_NO_FLUSH); in recompress()
|
D | zpipe.c | 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def() 125 ret = inflate(&strm, Z_NO_FLUSH); in inf()
|
/external/pdfium/third_party/zlib_v128/ |
D | gzwrite.c | 98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && in gz_comp() 142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 157 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero() 223 if (len && gz_comp(state, Z_NO_FLUSH) == -1) in gzwrite() 229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzwrite() 236 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzwrite() 338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 422 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzprintf()
|
D | deflate.c | 418 s->last_flush = Z_NO_FLUSH; in deflateResetKeep() 899 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { in deflate() 1586 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; in deflate_stored() 1642 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_fast() 1745 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { in deflate_slow() 1838 Assert (flush != Z_NO_FLUSH, "no flush?"); in deflate_slow() 1875 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { in deflate_rle() 1944 if (flush == Z_NO_FLUSH) in deflate_huff()
|
/external/zlib/src/ |
D | gzwrite.c | 98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 157 if (gz_comp(state, Z_NO_FLUSH) == -1) 223 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 236 if (gz_comp(state, Z_NO_FLUSH) == -1) 338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 423 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
|
D | deflate.c | 419 s->last_flush = Z_NO_FLUSH; 900 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1587 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; 1643 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1746 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1839 Assert (flush != Z_NO_FLUSH, "no flush?"); 1876 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { 1945 if (flush == Z_NO_FLUSH)
|
/external/python/cpython2/Modules/zlib/ |
D | gzwrite.c | 98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 157 if (gz_comp(state, Z_NO_FLUSH) == -1) 223 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 236 if (gz_comp(state, Z_NO_FLUSH) == -1) 338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf() 423 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
|
D | example.c | 220 err = deflate(&c_stream, Z_NO_FLUSH); 260 err = inflate(&d_stream, Z_NO_FLUSH); 301 err = deflate(&c_stream, Z_NO_FLUSH); 312 err = deflate(&c_stream, Z_NO_FLUSH); 319 err = deflate(&c_stream, Z_NO_FLUSH); 356 err = inflate(&d_stream, Z_NO_FLUSH); 435 inflate(&d_stream, Z_NO_FLUSH); 517 err = inflate(&d_stream, Z_NO_FLUSH);
|
D | deflate.c | 419 s->last_flush = Z_NO_FLUSH; 900 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1587 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; 1643 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1746 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1839 Assert (flush != Z_NO_FLUSH, "no flush?"); 1876 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { 1945 if (flush == Z_NO_FLUSH)
|
D | minigzip.c | 252 (void)deflate(strm, Z_NO_FLUSH); 283 ret = inflate(strm, Z_NO_FLUSH);
|
/external/zlib/src/test/ |
D | example.c | 220 err = deflate(&c_stream, Z_NO_FLUSH); 260 err = inflate(&d_stream, Z_NO_FLUSH); 301 err = deflate(&c_stream, Z_NO_FLUSH); 312 err = deflate(&c_stream, Z_NO_FLUSH); 319 err = deflate(&c_stream, Z_NO_FLUSH); 356 err = inflate(&d_stream, Z_NO_FLUSH); 435 inflate(&d_stream, Z_NO_FLUSH); 517 err = inflate(&d_stream, Z_NO_FLUSH);
|
D | infcover.c | 320 ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err); in inf() 333 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR); in inf() 422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 433 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); in cover_wrap()
|
D | minigzip.c | 252 (void)deflate(strm, Z_NO_FLUSH); 283 ret = inflate(strm, Z_NO_FLUSH);
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 240 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_compress() 325 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_decompress() 504 err = deflate(&self->zst, Z_NO_FLUSH); in PyZlib_objcompress() 697 if (flushmode == Z_NO_FLUSH) { in PyZlib_flush() 884 flush = ibuflen == 0 ? Z_FINISH : Z_NO_FLUSH; in PyZlib_unflush() 1150 PyModule_AddIntConstant(m, "Z_NO_FLUSH", Z_NO_FLUSH); in PyInit_zlib()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 152 zerror_ = Inflate(Z_NO_FLUSH); in Next() 280 zerror_ = Deflate(Z_NO_FLUSH); in Next()
|
/external/syslinux/com32/libupload/ |
D | zout.c | 68 rv = do_deflate(be, Z_NO_FLUSH); in write_data()
|
/external/freetype/src/gzip/ |
D | zlib.h | 125 #define Z_NO_FLUSH 0 macro
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 380 s->last_flush = Z_NO_FLUSH; 817 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1485 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; 1535 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1632 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1725 Assert (flush != Z_NO_FLUSH, "no flush?"); 1756 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) { 1818 if (flush == Z_NO_FLUSH)
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 115 do_deflate(Z_NO_FLUSH, &fImpl->fZStream, fImpl->fOut, in write()
|
/external/libmicrohttpd/src/microspdy/ |
D | compression.c | 275 flush = Z_NO_FLUSH; in SPDYF_zlib_deflate()
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 167 Z_NO_FLUSH = 0; 347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
|
/external/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 84 rc = inflate(&flateData, Z_NO_FLUSH); in stream_inflate()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 204 zlib_err = zlib_inflate(&msblk->stream, Z_NO_FLUSH); in squashfs_read_data()
|