Home
last modified time | relevance | path

Searched refs:ZLIB_VERSION (Results 1 – 25 of 28) sorted by relevance

12

/external/zlib/contrib/pascal/
Dzlibpas.pas13 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));
Dexample.pas532 if zlibVersion^ <> ZLIB_VERSION[1] then
/external/zlib/contrib/ada/
Dzlib-thin.adb13 ZLIB_VERSION : constant Chars_Ptr := zlibVersion; constant
55 ZLIB_VERSION,
65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
/external/qemu/distrib/
DMakefile1 ZLIB_VERSION := zlib-1.2.3 macro
4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h40 #define ZLIB_VERSION "1.2.3" macro
1332 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1334 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1337 (strategy), ZLIB_VERSION, sizeof(z_stream))
1339 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1342 ZLIB_VERSION, sizeof(z_stream))
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
Dinflate.c152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h40 #define ZLIB_VERSION "1.2.3" macro
1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1350 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1353 (strategy), ZLIB_VERSION, sizeof(z_stream))
1355 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1358 ZLIB_VERSION, sizeof(z_stream))
/external/zlib/
Dzlib.h40 #define ZLIB_VERSION "1.2.5" macro
1547 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1549 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1552 (strategy), ZLIB_VERSION, sizeof(z_stream))
1554 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1557 ZLIB_VERSION, sizeof(z_stream))
Dexample.c521 static const char* myVersion = ZLIB_VERSION;
527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
DFAQ102 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
DCMakeLists.txt118 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([0-9A-Za-z.]+)\".*"
Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/zlib/win32/
Dzlib1.rc27 VALUE "FileVersion", ZLIB_VERSION "\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
/external/zlib/contrib/infback9/
Dinfback9.h33 ZLIB_VERSION, sizeof(z_stream))
Dinfback9.c27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/openssl/crypto/comp/
Dc_zlib.c156 ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
168 ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
324 ZLIB_VERSION, sizeof(z_stream));
/external/libpng/contrib/gregbook/
Dreadpng.c81 ZLIB_VERSION, zlib_version); in readpng_version_info()
Dwritepng.c74 ZLIB_VERSION, zlib_version); in writepng_version_info()
Dreadpng2.c154 ZLIB_VERSION, zlib_version); in readpng2_version_info()
/external/zlib/as400/
Dzlib.inc14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.3'
/external/zlib/old/as400/
Dzlib.inc14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.3.9'
/external/libpng/
Dpngtest.c1406 ZLIB_VERSION); in test_one_file()
1429 ZLIB_VERSION); in test_one_file()
1460 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()

12