Home
last modified time | relevance | path

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

12

/external/freetype/src/gzip/
Dzlib.h40 #define ZLIB_VERSION "1.1.4" macro
816 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
818 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
821 (strategy), ZLIB_VERSION, sizeof(z_stream))
823 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
Dinflate.c88 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
/external/zlib/src/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/zlib/src/contrib/pascal/
Dzlibpas.pas13 ZLIB_VERSION = '1.2.8';
229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream));
236 ZLIB_VERSION, sizeof(z_stream));
241 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream));
246 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream));
253 ZLIB_VERSION, sizeof(z_stream));
/external/syslinux/com32/include/
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))
/external/zlib/src/win32/
Dzlib1.rc27 VALUE "FileVersion", ZLIB_VERSION "\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0"
/external/zlib/src/
Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
Dzutil.c32 return ZLIB_VERSION; in zlibVersion()
DFAQ104 ZLIB_VERSION symbol defined in zlib.h .
174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
176 identification string should be appended to ZLIB_VERSION. Version numbers
180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
/external/python/cpython2/Modules/zlib/
Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzutil.c32 return ZLIB_VERSION; in zlibVersion()
DFAQ104 ZLIB_VERSION symbol defined in zlib.h .
174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
176 identification string should be appended to ZLIB_VERSION. Version numbers
180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
/external/zlib/
Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1655 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1659 ZLIB_VERSION, (int)sizeof(z_stream))
/external/pdfium/third_party/zlib_v128/
Dzlib.h109 #define ZLIB_VERSION "1.2.8" macro
1717 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1719 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1722 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1724 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1728 ZLIB_VERSION, (int)sizeof(z_stream))
Dzutil.c32 return ZLIB_VERSION; in zlibVersion()
/external/zlib/src/contrib/infback9/
Dinfback9.h33 ZLIB_VERSION, sizeof(z_stream))
/external/zlib/src/test/
Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/libpng/contrib/gregbook/
Dreadpng.c82 ZLIB_VERSION, zlib_version); in readpng_version_info()
Dwritepng.c75 ZLIB_VERSION, zlib_version); in writepng_version_info()
Dreadpng2.c88 ZLIB_VERSION, zlib_version); in readpng2_version_info()
/external/syslinux/com32/lib/zlib/
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
/external/skia/third_party/libpng/
Dpngtest.c1699 ZLIB_VERSION); in test_one_file()
1730 ZLIB_VERSION); in test_one_file()
1776 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()
/external/syslinux/com32/lib/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