/external/zlib/src/as400/ |
compile.clp | 3 /* ZLIB */ 14 VALUE('ZLIB') /* Source library. */ 21 VALUE('ZLIB') /* Module library. */ 98 CRTSRVPGM SRVPGM(&SRVLIB/ZLIB) + 108 TEXT('ZLIB 1.2.8') TGTRLS(&TGTRLS)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib namespace 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_dumb.py | 9 # zlib is not used here, but if it's not available 12 import zlib namespace 14 zlib = None variable 45 @unittest.skipUnless(zlib, "requires zlib")
|
/external/zlib/src/examples/ |
zlib_how.html | 6 <title>zlib Usage Example</title> 10 <h2 align="center"> zlib Usage Example </h2> 14 so on. So for those who have read <tt>zlib.h</tt> (a few times), and 18 We hope this helps explain some of the intricacies of <em>zlib</em>. 22 /* zpipe.c: example of proper use of zlib's inflate() and deflate() 30 1.2 9 Nov 2004 Add assertions to document zlib guarantees 42 From <tt>zlib.h</tt> 51 #include "zlib.h" 69 from the <em>zlib</em> routines. Larger buffer sizes would be more efficient, 76 will be in the <em>zlib</em> format, which is different from the <em>gzip</em> or <em>zip</em [all...] |
zpipe.c | 1 /* zpipe.c: example of proper use of zlib's inflate() and deflate() 9 1.2 9 Nov 2004 Add assertions to document zlib guarantees 18 #include "zlib.h" 33 level is supplied, Z_VERSION_ERROR if the version of zlib.h and the 89 invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and 150 /* report a zlib or i/o error */ 171 fputs("zlib version mismatch!\n", stderr);
|
/external/zlib/src/ |
ChangeLog | 2 ChangeLog file for zlib 8 - Correct spelling error in zlib.h 12 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc 34 - Clean up the usage of z_const and respect const usage within zlib 59 - Add gzvprintf() as an undocumented function in zlib 91 - Build both a static and a shared version of zlib with cmake 96 - Allow the use of -Wundef when compiling or using zlib 103 - Look in build directory for zlib.pc in CMakeLists.txt 111 - Fix the path to zlib.map in CMakeLists.txt 119 - Include gz_header definition when compiling zlib sol [all...] |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
gzlib.c | 1 /* gzlib.c -- zlib functions common to reading and writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 267 /* -- see zlib.h -- */ 275 /* -- see zlib.h -- */ 283 /* -- see zlib.h -- */ 303 /* -- see zlib.h -- */ 313 /* -- see zlib.h -- */ 338 /* -- see zlib.h -- */ 361 /* -- see zlib.h -- */ 438 /* -- see zlib.h -- * [all...] |
/external/chromium_org/third_party/zlib/ |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
gzlib.c | 1 /* gzlib.c -- zlib functions common to reading and writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 267 /* -- see zlib.h -- */ 275 /* -- see zlib.h -- */ 283 /* -- see zlib.h -- */ 303 /* -- see zlib.h -- */ 313 /* -- see zlib.h -- */ 338 /* -- see zlib.h -- */ 361 /* -- see zlib.h -- */ 438 /* -- see zlib.h -- * [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
inflate.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h. 61 HEAD -> (gzip) or (zlib) or (raw) 64 (zlib) -> DICTID or TYPE 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 86 int flags; /* gzip header method and flags (0 if zlib) */ 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
|
gzlib.c | 1 /* gzlib.c -- zlib functions common to reading and writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 267 /* -- see zlib.h -- */ 275 /* -- see zlib.h -- */ 283 /* -- see zlib.h -- */ 303 /* -- see zlib.h -- */ 313 /* -- see zlib.h -- */ 338 /* -- see zlib.h -- */ 361 /* -- see zlib.h -- */ 438 /* -- see zlib.h -- * [all...] |
/external/zlib/src/contrib/ada/ |
mtest.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 8 -- Continuous test for ZLib multithreading. If the test would fail 13 with ZLib; 22 use ZLib; 73 procedure Compare_Write is new ZLib.Write (Write => Compare); 133 & ZLib.Count'Image (Total_Out (Deflate)));
|
/external/chromium_org/rlz/ |
DEPS | 35 "src/third_party/zlib": 36 "http://src.chromium.org/svn/trunk/src/third_party/zlib" + Var("chrev"), 60 "+third_party/zlib",
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gyp | 42 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
|
/external/chromium_org/third_party/snappy/ |
snappy.gyp | 81 '../../third_party/zlib/zlib.gyp:zlib',
|
/external/chromium_org/third_party/zlib/google/ |
zip_internal.cc | 5 #include "third_party/zlib/google/zip_internal.h" 19 #include "third_party/zlib/contrib/minizip/unzip.h" 20 #include "third_party/zlib/contrib/minizip/zip.h" 22 #include "third_party/zlib/contrib/minizip/iowin32.h" 24 #include "third_party/zlib/contrib/minizip/ioapi.h" 81 // Callback function for zlib that opens a file stream from a file descriptor. 121 // Callback function for zlib that opens a file stream from a Windows handle. 136 // A struct that contains data required for zlib functions to extract files from 145 // Opens the specified file. When this function returns a non-NULL pointer, zlib 219 // the opaque parameter since zlib deletes the unzFile object and it does no [all...] |
zip_internal.h | 18 #include "third_party/zlib/contrib/minizip/unzip.h" 19 #include "third_party/zlib/contrib/minizip/zip.h" 46 // This custom unzFile object overrides the I/O API functions of zlib so it can
|
/external/smack/src/com/kenai/jbosh/ |
ZLIBCodec.java | 26 * Codec methods for compressing and uncompressing using ZLIB. 55 * Compress/encode the data provided using the ZLIB format. 77 * Uncompress/decode the data provided using the ZLIB format.
|
/system/core/libsparse/ |
Android.mk | 19 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib 28 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib 39 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib
|
/external/libpng/ |
pngstruct.h | 23 /* zlib.h defines the structure z_stream, an instance of which is included 28 /* We must ensure that zlib uses 'const' in declarations. */ 31 #include "zlib.h" 33 /* zlib.h sometimes #defines const to nothing, undo this. */ 37 /* zlib.h has mediocre z_const use before 1.2.6, this stuff is for compatibility 48 /* zlib.h declares a magic type 'uInt' that limits the amount of data that zlib 237 int zlib_level; /* holds zlib compression level */ 238 int zlib_method; /* holds zlib compression method */ 239 int zlib_window_bits; /* holds zlib compression window bits * [all...] |
/bootable/recovery/minui/ |
Android.mk | 9 external/zlib
|
/development/tools/etc1tool/ |
Android.mk | 13 LOCAL_C_INCLUDES += external/zlib
|
/external/chromium_org/chrome/common/ |
common.vsprops | 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\chrome\third_party\wtl\using_wtl.vsprops;$(SolutionDir)\common\extra_defines.vsprops"
|