Searched refs:deflate (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | README | 6 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 D | compress.c | 77 err = deflate(&stream, Z_FINISH); in compress2()
|
| H A D | deflate.c | 470 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 D | Makefile.template | 75 deflate.o_CWARNFLAGS_ADD += -Wno-cast-qual 112 deflate.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | Makefile.x86_64 | 15 deflate.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 -Wno-implicit-int-conversion
|
| H A D | files | 72 libkern/zlib/deflate.c optional zlib 84 libkern/zlib/deflate.c optional zlibc
|
| /xnu-8020.101.4/libkern/libkern/ |
| H A D | zconf.h | 44 # define deflate z_deflate macro
|
| H A D | zlib.h | 271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
|
| /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/config/ |
| H A D | MASTER | 187 options ZLIB # inflate/deflate support # <zlib> 188 options ZLIBC # inflate/deflate support # <zlibc>
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_cdata.c | 416 ret = deflate(zs, kcdata_zlib_translate_kcd_cf_flag(flush)); in kcdata_do_compress_zlib()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12116 zr = deflate(zs, Z_NO_FLUSH); in swd_compress() 12136 zr = deflate(zs, Z_FINISH); in swd_compress()
|