Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/libkern/zlib/
H A Ddeflate.c588 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 Duncompr.c78 err = inflate(&stream, Z_FINISH); in uncompress()
H A Dcompress.c77 err = deflate(&stream, Z_FINISH); in compress2()
H A Dinflate.c1195 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
/xnu-12377.41.6/osfmk/kdp/output_stages/
H A Dout_zlib.c155 zr = deflate(zs, flush ? Z_FINISH : Z_NO_FLUSH); in zlib_stream_output_chunk()
/xnu-12377.41.6/libkern/libkern/
H A Dzlib.h194 #define Z_FINISH 5 macro
/xnu-12377.41.6/osfmk/kern/
H A Dkern_cdata.c591 case KCDCF_FINISH: return Z_FINISH; in kcdata_zlib_translate_kcd_cf_flag()
/xnu-12377.41.6/iokit/Tests/
H A DTests.cpp780 deflate(&strm, Z_FINISH); in TestZLib()
/xnu-12377.41.6/tests/
H A Dstackshot_tests.m3151 T_ASSERT_EQ(inflate(&zs, Z_FINISH), Z_STREAM_END, "inflated buffer");
/xnu-12377.41.6/iokit/Kernel/
H A DIOPMrootDomain.cpp12853 zr = deflate(zs, Z_FINISH);
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp3929 zlib_result = inflate(&zstream, Z_FINISH); in extractMkext2FileData()