/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/chromium_org/third_party/zlib/ |
D | gzwrite.c | 76 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 120 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 135 if (gz_comp(state, Z_NO_FLUSH) == -1) 199 if (len && gz_comp(state, Z_NO_FLUSH) == -1) 205 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 212 if (gz_comp(state, Z_NO_FLUSH) == -1) 310 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gzprintf() 385 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
|
D | deflate.c | 386 s->last_flush = Z_NO_FLUSH; 823 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { 1647 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; 1703 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1813 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { 1924 Assert (flush != Z_NO_FLUSH, "no flush?"); 1955 if (s->lookahead < MAX_MATCH && flush == Z_NO_FLUSH) { 2017 if (flush == Z_NO_FLUSH)
|
/external/pdfium/core/src/fxcodec/fx_zlib/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 | fx_zlib_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/qemu/distrib/zlib-1.2.8/ |
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/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/chromium_org/third_party/skia/src/core/ |
D | SkFlate.cpp | 89 rc = deflate(&flateData, Z_NO_FLUSH); in doFlate() 91 rc = inflate(&flateData, Z_NO_FLUSH); in doFlate()
|
/external/skia/src/core/ |
D | SkFlate.cpp | 89 rc = deflate(&flateData, Z_NO_FLUSH); in doFlate() 91 rc = inflate(&flateData, Z_NO_FLUSH); in doFlate()
|
/external/chromium_org/net/filter/ |
D | gzip_filter.cc | 212 int inflate_code = inflate(zlib_stream_.get(), Z_NO_FLUSH); in DoInflate() 278 int code = inflate(zlib_stream_.get(), Z_NO_FLUSH); in InsertZlibHeader()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketDeflater.cpp | 95 int result = deflate(m_stream.get(), Z_NO_FLUSH); in addBytes() 183 int result = inflate(m_stream.get(), Z_NO_FLUSH); in addBytes()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 134 zerror_ = Inflate(Z_NO_FLUSH); in Next() 271 zerror_ = Deflate(Z_NO_FLUSH); in Next()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 150 zerror_ = Inflate(Z_NO_FLUSH); in Next() 276 zerror_ = Deflate(Z_NO_FLUSH); in Next()
|
/external/freetype/src/gzip/ |
D | zlib.h | 125 #define Z_NO_FLUSH 0 macro
|
/external/chromium_org/net/websockets/ |
D | websocket_deflater.cc | 59 int result = Deflate(Z_NO_FLUSH); in AddBytes()
|
/external/chromium_org/net/quic/crypto/ |
D | cert_compressor.cc | 529 rv = deflate(&z, Z_NO_FLUSH); in CompressChain() 539 rv = deflate(&z, Z_NO_FLUSH); in CompressChain()
|
/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
|