Searched refs:Z_FINISH (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/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-8020.101.4/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 154 zr = deflate(zs, flush ? Z_FINISH : Z_NO_FLUSH); in zlib_stream_output_chunk()
|
| /xnu-8020.101.4/libkern/libkern/ |
| H A D | zlib.h | 194 #define Z_FINISH 5 macro
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_cdata.c | 385 case KCDCF_FINISH: return Z_FINISH; in kcdata_zlib_translate_kcd_cf_flag()
|
| /xnu-8020.101.4/tests/ |
| H A D | stackshot_tests.m | 2312 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12136 zr = deflate(zs, Z_FINISH); in swd_compress()
|
| /xnu-8020.101.4/libkern/c++/ |
| H A D | OSKext.cpp | 3501 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()
|