Home
last modified time | relevance | path

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

123

/external/zlib/src/contrib/pascal/
Dexample.pas206 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);
Dzlibpas.pas68 Z_NO_FLUSH = 0;
/external/zlib/src/examples/
Dfitblk.c78 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()
Dzpipe.c59 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/
Dgzwrite.c76 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)
Ddeflate.c386 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/
Dgzwrite.c98 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()
Dfx_zlib_deflate.c418 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/
Dgzwrite.c98 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)
Ddeflate.c419 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/
Dgzwrite.c98 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)
Ddeflate.c419 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/
Dexample.c220 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);
Dinfcover.c320 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()
Dminigzip.c252 (void)deflate(strm, Z_NO_FLUSH);
283 ret = inflate(strm, Z_NO_FLUSH);
/external/chromium_org/third_party/skia/src/core/
DSkFlate.cpp89 rc = deflate(&flateData, Z_NO_FLUSH); in doFlate()
91 rc = inflate(&flateData, Z_NO_FLUSH); in doFlate()
/external/skia/src/core/
DSkFlate.cpp89 rc = deflate(&flateData, Z_NO_FLUSH); in doFlate()
91 rc = inflate(&flateData, Z_NO_FLUSH); in doFlate()
/external/chromium_org/net/filter/
Dgzip_filter.cc212 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/
DWebSocketDeflater.cpp95 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/
Dgzip_stream.cc134 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/
Dgzip_stream.cc150 zerror_ = Inflate(Z_NO_FLUSH); in Next()
276 zerror_ = Deflate(Z_NO_FLUSH); in Next()
/external/freetype/src/gzip/
Dzlib.h125 #define Z_NO_FLUSH 0 macro
/external/chromium_org/net/websockets/
Dwebsocket_deflater.cc59 int result = Deflate(Z_NO_FLUSH); in AddBytes()
/external/chromium_org/net/quic/crypto/
Dcert_compressor.cc529 rv = deflate(&z, Z_NO_FLUSH); in CompressChain()
539 rv = deflate(&z, Z_NO_FLUSH); in CompressChain()
/external/zlib/src/contrib/delphi/
DZLib.pas167 Z_NO_FLUSH = 0;
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do

123