/external/oss-fuzz/projects/zlib/ |
D | example_large_fuzzer.c | 46 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()
|
D | example_small_fuzzer.c | 42 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/ |
D | example_large_fuzzer.c | 51 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()
|
D | example_small_fuzzer.c | 48 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/ |
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);
|
/external/rust/crates/libz-sys/src/zlib/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/zstd/zlibWrapper/examples/ |
D | fitblk_original.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 | example.c | 245 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);
|
D | example_original.c | 237 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/ |
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)
|
/external/rust/crates/libz-sys/src/zlib/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 err = 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()
|
/external/python/cpython2/Modules/zlib/ |
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 | gzwrite.c | 105 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/ |
D | gzwrite.c | 108 … 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()
|
D | deflate_slow.c | 31 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/ |
D | example.c | 258 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 …]
|
D | infcover.c | 321 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/ |
D | gzwrite.c | 105 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/ |
D | gzwrite.c | 105 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/ |
D | gzwrite.c | 110 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/ |
D | zlib_compression_options.cc | 24 flush_mode = Z_NO_FLUSH; in ZlibCompressionOptions()
|
/external/zlib/contrib/tests/ |
D | infcover.cc | 342 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/ |
D | inflate_fuzzer.cc | 37 inflate(&stream, Z_NO_FLUSH); in LLVMFuzzerTestOneInput()
|