/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 40 #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 D | inflate.c | 88 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateInit2_()
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 40 #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 D | zutil.c | 28 return ZLIB_VERSION; in zlibVersion()
|
H A D | infback.c | 30 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || in inflateBackInit_()
|
/third_party/zlib/ |
H A D | zlib.h | 40 #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 D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 40 #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 D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
H A D | infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 40 #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 D | zutil.c | 29 return ZLIB_VERSION; in zlibVersion()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 40 #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 D | zutil.c | 29 return ZLIB_VERSION;
in zlibVersion()
|
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
H A D | Application.mk | 12 ZLIB_VERSION := 1.2.8 macro
|
/third_party/zlib/contrib/infback9/ |
H A D | infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
/third_party/zlib/test/ |
H A D | example.c | 520 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 D | node_metadata.cc | 81 zlib = ZLIB_VERSION; in Versions()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readpng.c | 82 ZLIB_VERSION, zlib_version); in readpng_version_info()
|
H A D | readpng2.c | 89 ZLIB_VERSION, zlib_version); in readpng2_version_info()
|
H A D | writepng.c | 75 ZLIB_VERSION, zlib_version); in writepng_version_info()
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
H A D | c_zlib.c | 136 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 D | c_zlib.c | 136 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 D | zlibpas.pas | 13 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 D | pngtest.c | 1752 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()
|