/external/zlib/contrib/pascal/ |
D | 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));
|
D | example.pas | 532 if zlibVersion^ <> ZLIB_VERSION[1] then
|
/external/zlib/contrib/ada/ |
D | zlib-thin.adb | 13 ZLIB_VERSION : constant Chars_Ptr := zlibVersion; constant 55 ZLIB_VERSION, 65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
|
/external/qemu/distrib/ |
D | Makefile | 1 ZLIB_VERSION := zlib-1.2.3 macro 4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zlib.h | 40 #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))
|
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
D | inflate.c | 152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 40 #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/ |
D | zlib.h | 40 #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))
|
D | example.c | 521 static const char* myVersion = ZLIB_VERSION; 527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
D | 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
|
D | CMakeLists.txt | 118 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([0-9A-Za-z.]+)\".*"
|
D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/zlib/win32/ |
D | zlib1.rc | 27 VALUE "FileVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"
|
/external/zlib/contrib/infback9/ |
D | infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
D | infback9.c | 27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 156 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/ |
D | readpng.c | 81 ZLIB_VERSION, zlib_version); in readpng_version_info()
|
D | writepng.c | 74 ZLIB_VERSION, zlib_version); in writepng_version_info()
|
D | readpng2.c | 154 ZLIB_VERSION, zlib_version); in readpng2_version_info()
|
/external/zlib/as400/ |
D | zlib.inc | 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream)) 25 D ZLIB_VERSION C '1.2.3'
|
/external/zlib/old/as400/ |
D | zlib.inc | 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream)) 25 D ZLIB_VERSION C '1.2.3.9'
|
/external/libpng/ |
D | pngtest.c | 1406 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()
|