Home
last modified time | relevance | path

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

123456

/external/oss-fuzz/projects/zlib/
Dexample_large_fuzzer.c46 err = deflate(&c_stream, Z_NO_FLUSH); in test_large_deflate()
58 err = deflate(&c_stream, Z_NO_FLUSH); in test_large_deflate()
65 err = deflate(&c_stream, Z_NO_FLUSH); in test_large_deflate()
98 err = inflate(&d_stream, Z_NO_FLUSH); in test_large_inflate()
Dexample_small_fuzzer.c42 err = deflate(&c_stream, Z_NO_FLUSH); in test_deflate()
79 err = inflate(&d_stream, Z_NO_FLUSH); in test_inflate()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dexample_large_fuzzer.c51 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
63 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
70 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
102 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_large_inflate()
Dexample_small_fuzzer.c48 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_deflate()
84 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_inflate()
/external/rust/crates/libz-sys/src/zlib/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);
/external/rust/crates/libz-sys/src/zlib/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/zstd/zlibWrapper/examples/
Dfitblk_original.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()
Dexample.c245 err = deflate(&c_stream, Z_NO_FLUSH);
285 err = inflate(&d_stream, Z_NO_FLUSH);
326 err = deflate(&c_stream, Z_NO_FLUSH);
337 err = deflate(&c_stream, Z_NO_FLUSH);
344 err = deflate(&c_stream, Z_NO_FLUSH);
381 err = inflate(&d_stream, Z_NO_FLUSH);
460 inflate(&d_stream, Z_NO_FLUSH);
542 err = inflate(&d_stream, Z_NO_FLUSH);
Dexample_original.c237 err = deflate(&c_stream, Z_NO_FLUSH);
277 err = inflate(&d_stream, Z_NO_FLUSH);
318 err = deflate(&c_stream, Z_NO_FLUSH);
329 err = deflate(&c_stream, Z_NO_FLUSH);
336 err = deflate(&c_stream, Z_NO_FLUSH);
373 err = inflate(&d_stream, Z_NO_FLUSH);
452 inflate(&d_stream, Z_NO_FLUSH);
534 err = inflate(&d_stream, Z_NO_FLUSH);
/external/libwebsockets/win32port/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)
/external/rust/crates/libz-sys/src/zlib/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 err = 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()
/external/python/cpython2/Modules/zlib/
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);
Dgzwrite.c105 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
169 if (gz_comp(state, Z_NO_FLUSH) == -1)
218 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
224 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
235 if (gz_comp(state, Z_NO_FLUSH) == -1)
442 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
541 if (gz_comp(state, Z_NO_FLUSH) == -1)
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzwrite.c108 … if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && (flush != Z_FINISH || ret == Z_STREAM_END))) { in gz_comp()
147 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero()
161 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_zero()
206 if (len && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
211 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
222 if (gz_comp(state, Z_NO_FLUSH) == -1) in gz_write()
402 if (gz_comp(state, Z_NO_FLUSH) == -1) in PREFIX()
Ddeflate_slow.c31 if (UNLIKELY(s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH)) { in deflate_slow()
122 Assert(flush != Z_NO_FLUSH, "no flush?"); in deflate_slow()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c258 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_deflate()
297 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_inflate()
350 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
382 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
411 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_large_deflate()
447 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_large_inflate()
520 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_sync()
596 err = PREFIX(inflate)(&d_stream, Z_NO_FLUSH); in test_dict_inflate()
687 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_deflate_copy()
781 err = PREFIX(deflate)(&c_stream, Z_NO_FLUSH); in test_deflate_pending()
[all …]
Dinfcover.c321 ret = PREFIX(inflate)(&strm, Z_NO_FLUSH); in inf()
335 ret = PREFIX(inflate)(&strm, Z_NO_FLUSH); in inf()
426 ret = PREFIX(inflate)(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap()
427 ret = PREFIX(inflate)(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap()
437 ret = PREFIX(inflate)(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); in cover_wrap()
/external/zlib/
Dgzwrite.c105 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
169 if (gz_comp(state, Z_NO_FLUSH) == -1)
218 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
224 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
235 if (gz_comp(state, Z_NO_FLUSH) == -1)
442 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
541 if (gz_comp(state, Z_NO_FLUSH) == -1)
/external/rust/crates/libz-sys/src/zlib/
Dgzwrite.c105 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
154 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
169 if (gz_comp(state, Z_NO_FLUSH) == -1)
218 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
224 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
235 if (gz_comp(state, Z_NO_FLUSH) == -1)
442 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
541 if (gz_comp(state, Z_NO_FLUSH) == -1)
/external/zstd/zlibWrapper/
Dgzwrite.c110 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
159 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
174 if (gz_comp(state, Z_NO_FLUSH) == -1)
223 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
229 if (state.state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
240 if (gz_comp(state, Z_NO_FLUSH) == -1)
448 if (gz_comp(state, Z_NO_FLUSH) == -1) in gzvprintf()
547 if (gz_comp(state, Z_NO_FLUSH) == -1)
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_compression_options.cc24 flush_mode = Z_NO_FLUSH; in ZlibCompressionOptions()
/external/zlib/contrib/tests/
Dinfcover.cc342 ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err); in inf()
355 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR); in inf()
444 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap()
445 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap()
455 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); in cover_wrap()
/external/zlib/contrib/tests/fuzzers/
Dinflate_fuzzer.cc37 inflate(&stream, Z_NO_FLUSH); in LLVMFuzzerTestOneInput()

123456