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

1 23

  /external/zlib/old/
zlib.html 362 <dd> The application can compare <a href="#zlibVersion">zlibVersion</a> and ZLIB_VERSION for consistency.
387 <a href="#Z_VERSION_ERROR">Z_VERSION_ERROR</a> if the zlib library version (<a href="#zlib_version">zlib_version</a>) is incompatible
388 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 810 ZLIB_VERSION);
877 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/contrib/infback9/
infback9.c 27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
  /external/zlib/contrib/pascal/
example.pas 532 if zlibVersion^ <> ZLIB_VERSION[1] then
  /external/zlib/
infback.c 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
make_vms.com 38 $ v_string = "ZLIB_VERSION"
inflate.c 188 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
    [all...]
ChangeLog     [all...]
deflate.c 226 static const char my_version[] = ZLIB_VERSION;
    [all...]
  /external/zlib/test/
infcover.c 376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream));
  /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...]
configure     [all...]

Completed in 4071 milliseconds

1 23