Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.101.4/libkern/zlib/
H A DREADME6 http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
64 - For 64-bit Irix, deflate.c must be compiled without any optimization. With
88 The deflate format used by zlib was defined by Phil Katz. The deflate
H A Dcompress.c77 err = deflate(&stream, Z_FINISH); in compress2()
H A Ddeflate.c470 err = deflate(strm, Z_PARTIAL_FLUSH); in deflateParams()
582 deflate(z_streamp strm, int flush) in deflate() function
/xnu-8020.101.4/libkern/conf/
H A DMakefile.template75 deflate.o_CWARNFLAGS_ADD += -Wno-cast-qual
112 deflate.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A DMakefile.x86_6415 deflate.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 -Wno-implicit-int-conversion
H A Dfiles72 libkern/zlib/deflate.c optional zlib
84 libkern/zlib/deflate.c optional zlibc
/xnu-8020.101.4/libkern/libkern/
H A Dzconf.h44 # define deflate z_deflate macro
H A Dzlib.h271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
/xnu-8020.101.4/osfmk/kdp/output_stages/
H A Dout_zlib.c154 zr = deflate(zs, flush ? Z_FINISH : Z_NO_FLUSH); in zlib_stream_output_chunk()
/xnu-8020.101.4/config/
H A DMASTER187 options ZLIB # inflate/deflate support # <zlib>
188 options ZLIBC # inflate/deflate support # <zlibc>
/xnu-8020.101.4/osfmk/kern/
H A Dkern_cdata.c416 ret = deflate(zs, kcdata_zlib_translate_kcd_cf_flag(flush)); in kcdata_do_compress_zlib()
/xnu-8020.101.4/iokit/Kernel/
H A DIOPMrootDomain.cpp12116 zr = deflate(zs, Z_NO_FLUSH); in swd_compress()
12136 zr = deflate(zs, Z_FINISH); in swd_compress()