HomeSort by relevance Sort by last modified time
    Searched full:zlib_version (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /external/python/cpython2/Modules/zlib/
example.c 552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
zlib.h 40 #define ZLIB_VERSION "1.2.8"
210 #define zlib_version zlibVersion() macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
581 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
    [all...]
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /external/syslinux/com32/include/
zlib.h 40 #define ZLIB_VERSION "1.2.5"
210 #define zlib_version zlibVersion() macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
572 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
573 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
    [all...]
  /external/zlib/src/test/
example.c 552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
  /external/zlib/src/
zlib.h 40 #define ZLIB_VERSION "1.2.8"
210 #define zlib_version zlibVersion() macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
581 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
    [all...]
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3.3"
210 #define zlib_version zlibVersion() macro
216 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
238 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
239 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3.4"
211 #define zlib_version zlibVersion() macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
240 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c     [all...]
  /external/libpng/contrib/gregbook/
readpng2.c 88 ZLIB_VERSION, zlib_version);
  /external/python/cpython2/Modules/
zlibmodule.c     [all...]
  /external/skia/third_party/libpng/
pngtest.c     [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_zip.c 55 * Sigh, ZLIB_VERSION is defined as a string so there's no
  /system/core/libziparchive/
zip_writer.cc 306 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c     [all...]
  /external/libpng/
pngtest.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
make_vms.com 20 $ v_string = "ZLIB_VERSION"
  /external/pdfium/third_party/zlib_v128/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /external/syslinux/com32/lib/zlib/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /external/zlib/src/contrib/infback9/
infback9.c 27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /external/zlib/src/contrib/pascal/
example.pas 532 if zlibVersion^ <> ZLIB_VERSION[1] then

Completed in 645 milliseconds

1 2 3 4 56 7 8