Searched refs:ZLIB_VERSION (Results 1 - 25 of 37) sorted by relevance

12

/external/freetype/src/gzip/
H A Dzlib.h40 #define ZLIB_VERSION "1.1.4" macro
169 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
192 with the version assumed by the caller (ZLIB_VERSION).
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))
H A Dinflate.c88 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/zlib/src/contrib/infback9/
H A Dinfback9.h33 ZLIB_VERSION, sizeof(z_stream))
H A Dinfback9.c27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.3" macro
213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
236 with the version assumed by the caller (ZLIB_VERSION).
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/chromium_org/third_party/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.5" macro
222 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
245 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
578 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1552 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1554 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1557 (strategy), ZLIB_VERSION, sizeof(z_stream))
1559 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1562 ZLIB_VERSION, sizeof(z_stream))
H A Dzutil.c29 return ZLIB_VERSION;
H A Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
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))
H A Dzutil.c32 return ZLIB_VERSION;
/external/zlib/src/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
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))
H A Dzutil.c32 return ZLIB_VERSION;
/external/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
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/zlib/src/contrib/pascal/
H A 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/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h100 #define ZLIB_VERSION "1.2.8" macro
277 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
300 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
642 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1708 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1710 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1713 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1715 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1719 ZLIB_VERSION, (int)sizeof(z_stream))
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h104 #define ZLIB_VERSION "1.2.8" macro
281 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
304 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
646 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1712 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1714 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1717 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1719 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1723 ZLIB_VERSION, (int)sizeof(z_stream))
H A Dfx_zlib_zutil.c32 return ZLIB_VERSION;
H A Dfx_zlib_infback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/external/libpng/contrib/gregbook/
H A Dreadpng.c82 ZLIB_VERSION, zlib_version);
H A Dreadpng2.c83 ZLIB_VERSION, zlib_version);
H A Dwritepng.c75 ZLIB_VERSION, zlib_version);
/external/openssl/crypto/comp/
H A Dc_zlib.c156 ZLIB_VERSION, sizeof(z_stream));
168 ZLIB_VERSION, sizeof(z_stream));
324 ZLIB_VERSION, sizeof(z_stream));
/external/zlib/src/test/
H A Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/libpng/
H A Dpngtest.c1627 ZLIB_VERSION);
1658 ZLIB_VERSION);
1702 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION);
/external/zlib/src/as400/
H A Dzlib.inc14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
25 D ZLIB_VERSION C '1.2.8'

Completed in 436 milliseconds

12