Searched refs:Z_FINISH (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.121.6/libkern/zlib/ |
| H A D | deflate.c | 588 flush > Z_FINISH || flush < 0) { in deflate() 595 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate() 803 flush != Z_FINISH) { in deflate() 857 if (flush != Z_FINISH) return Z_OK; in deflate() 1461 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored() 1462 return flush == Z_FINISH ? finish_done : block_done; in deflate_stored() 1567 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast() 1568 return flush == Z_FINISH ? finish_done : block_done; in deflate_fast() 1695 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow() 1696 return flush == Z_FINISH ? finish_done : block_done; in deflate_slow() [all …]
|
| H A D | uncompr.c | 78 err = inflate(&stream, Z_FINISH); in uncompress()
|
| H A D | compress.c | 77 err = deflate(&stream, Z_FINISH); in compress2()
|
| H A D | inflate.c | 1195 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
|
| /xnu-11417.121.6/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 155 zr = deflate(zs, flush ? Z_FINISH : Z_NO_FLUSH); in zlib_stream_output_chunk()
|
| /xnu-11417.121.6/libkern/libkern/ |
| H A D | zlib.h | 194 #define Z_FINISH 5 macro
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | kern_cdata.c | 589 case KCDCF_FINISH: return Z_FINISH; in kcdata_zlib_translate_kcd_cf_flag()
|
| /xnu-11417.121.6/iokit/Tests/ |
| H A D | Tests.cpp | 780 deflate(&strm, Z_FINISH); in TestZLib()
|
| /xnu-11417.121.6/tests/ |
| H A D | stackshot_tests.m | 3054 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12487 zr = deflate(zs, Z_FINISH);
|
| /xnu-11417.121.6/libkern/c++/ |
| H A D | OSKext.cpp | 3907 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()
|