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

1 2

  /external/qemu/distrib/
Makefile 0 ZLIB_VERSION := zlib-1.2.3
4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
  /external/zlib/contrib/pascal/
zlibpas.pas 13 ZLIB_VERSION = '1.2.3';
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.3';
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.
  /external/libpng/contrib/gregbook/
readpng.c 81 ZLIB_VERSION, zlib_version);
writepng.c 74 ZLIB_VERSION, zlib_version);
  /external/zlib/as400/
zlib.inc 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.3'
  /frameworks/base/libs/utils/
ZipUtils.cpp 81 ZLIB_VERSION);
193 ZLIB_VERSION);
  /external/zlib/
FAQ 173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
175 identification string should be appended to ZLIB_VERSION. Version numbers
179 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
190 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
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...]
zutil.c 29 return ZLIB_VERSION;
example.c 521 static const char* myVersion = ZLIB_VERSION;
527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
  /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...]
zutil.c 29 return ZLIB_VERSION;
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /external/kernel-headers/original/linux/
zlib.h 35 /* zlib deflate based on ZLIB_VERSION "1.1.3" */
36 /* zlib inflate based on ZLIB_VERSION "1.2.3" */
205 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
206 with the version assumed by the caller (ZLIB_VERSION).
    [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/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...]

Completed in 621 milliseconds

1 2