Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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] || in inflateInit2_()
/third_party/node/deps/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.3.0.1-motley" macro
221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
605 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1799 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1801 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1804 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1806 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1810 ZLIB_VERSION, (int)sizeof(z_stream))
1813 deflateInit_((strm), (level), ZLIB_VERSION, (in
[all...]
H A Dzutil.c28 return ZLIB_VERSION; in zlibVersion()
H A Dinfback.c30 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateBackInit_()
/third_party/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.3.1" macro
221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
606 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1800 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1802 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1805 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1807 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1811 ZLIB_VERSION, (int)sizeof(z_stream))
1814 deflateInit_((strm), (level), ZLIB_VERSION, (in
[all...]
H A Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.11" macro
221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
605 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1782 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1784 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1787 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1789 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1793 ZLIB_VERSION, (int)sizeof(z_stream))
1796 deflateInit_((strm), (level), ZLIB_VERSION, (in
[all...]
H A Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
H A Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.11" macro
221 /* The application can compare zlibVersion and ZLIB_VERSION for consistency.
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
606 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1780 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1782 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1785 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1787 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1791 ZLIB_VERSION, (int)sizeof(z_stream))
1794 deflateInit_((strm), (level), ZLIB_VERSION, (in
[all...]
H A Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.5" 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
573 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
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))
H A Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DApplication.mk12 ZLIB_VERSION := 1.2.8 macro
/third_party/zlib/contrib/infback9/
H A Dinfback9.h33 ZLIB_VERSION, sizeof(z_stream))
/third_party/zlib/test/
H A Dexample.c520 static const char* myVersion = ZLIB_VERSION; in main()
526 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { in main()
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); in main()
/third_party/node/src/
H A Dnode_metadata.cc81 zlib = ZLIB_VERSION; in Versions()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng.c82 ZLIB_VERSION, zlib_version); in readpng_version_info()
H A Dreadpng2.c89 ZLIB_VERSION, zlib_version); in readpng2_version_info()
H A Dwritepng.c75 ZLIB_VERSION, zlib_version); in writepng_version_info()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c136 err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
146 ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c136 err = inflateInit_(&state->istream, ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
146 ZLIB_VERSION, sizeof(z_stream)); in zlib_stateful_init()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas13 ZLIB_VERSION = '1.3.1';
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));
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c1752 ZLIB_VERSION); in test_one_file()
1784 ZLIB_VERSION); in test_one_file()
1830 fprintf(STDERR, " with zlib version %s\n", ZLIB_VERSION); in main()

Completed in 26 milliseconds

12