HomeSort by relevance Sort by last modified time
    Searched full:zlib_version (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/zlib/src/
CMakeLists.txt 131 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*"
zutil.c 32 return ZLIB_VERSION;
zlib.h 40 #define ZLIB_VERSION "1.2.7"
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] ||
make_vms.com 45 $ v_string = "ZLIB_VERSION"
inflate.c 188 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 156 ZLIB_VERSION, sizeof(z_stream));
168 ZLIB_VERSION, sizeof(z_stream));
324 ZLIB_VERSION, sizeof(z_stream));
  /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());
infcover.c 376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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...]
  /external/libpng/contrib/gregbook/
readpng2.c 154 ZLIB_VERSION, zlib_version);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 807 ZLIB_VERSION);
874 ZLIB_VERSION);
  /external/libpng/
pngtest.c     [all...]
  /dalvik/libdex/
ZipArchive.cpp 620 ZLIB_VERSION);
  /external/qemu/distrib/zlib-1.2.3/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
inflate.c 152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
    [all...]
deflate.c 229 static const char my_version[] = ZLIB_VERSION;
    [all...]
  /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
  /bootable/recovery/minzip/
Zip.c 590 ZLIB_VERSION);
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 784 ZLIB_VERSION);
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 784 ZLIB_VERSION);
    [all...]
  /external/openssh/
configure.ac 1083 n = sscanf(ZLIB_VERSION, "%d.%d.%d.%d", &a, &b, &c, &d);
1087 fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION, v);
    [all...]

Completed in 1352 milliseconds

1 23 4