HomeSort by relevance Sort by last modified time
    Searched full:zlib_version (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/qemu/distrib/
Makefile 0 ZLIB_VERSION := zlib-1.2.3
4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
  /external/zlib/win32/
zlib1.rc 27 VALUE "FileVersion", ZLIB_VERSION "\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
  /external/zlib/contrib/pascal/
zlibpas.pas 13 ZLIB_VERSION = '1.2.5';
189 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream));
196 ZLIB_VERSION, sizeof(z_stream));
201 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream));
206 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream));
213 ZLIB_VERSION, sizeof(z_stream));
  /external/zlib/contrib/infback9/
infback9.h 33 ZLIB_VERSION, sizeof(z_stream))
  /external/zlib/contrib/ada/
zlib-thin.adb 13 ZLIB_VERSION : constant Chars_Ptr := zlibVersion;
55 ZLIB_VERSION,
65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
  /external/zlib/contrib/delphi/
ZLib.pas 155 zlib_version = '1.2.5';
302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm)));
345 DCheck(inflateInit_(strm, zlib_version, sizeof(strm)));
378 DCheck(inflateInit_(strm, zlib_version, sizeof(strm)));
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
488 DCheck(inflateInit_(FZRec, zlib_version, sizeof(FZRec)));
readme.txt 23 - The zlib_version constant is updated.
  /libcore/luni/src/main/native/
java_lang_System.cpp 80 properties.push_back("android.zlib.version=" ZLIB_VERSION);
  /external/zlib/
FAQ 102 ZLIB_VERSION symbol defined in zlib.h .
172 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
174 identification string should be appended to ZLIB_VERSION. Version numbers
178 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
189 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
CMakeLists.txt 118 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([0-9A-Za-z.]+)\".*"
  /external/libpng/contrib/gregbook/
readpng.c 81 ZLIB_VERSION, zlib_version);
  /external/zlib/as400/
zlib.inc 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.3'
  /external/zlib/old/as400/
zlib.inc 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.3.9'
  /frameworks/base/libs/utils/
ZipUtils.cpp 81 ZLIB_VERSION);
193 ZLIB_VERSION);
  /development/ndk/platforms/android-3/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h 40 #define ZLIB_VERSION "1.2.3"
207 #define zlib_version zlibVersion() macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
236 with the version assumed by the caller (ZLIB_VERSION).
    [all...]

Completed in 1311 milliseconds

1 2 3