Searched defs:ZLIB_VERSION (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/
H A DMakefile0 ZLIB_VERSION := zlib-1.2.3
4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
1 ZLIB_VERSION := zlib-1.2.3 macro
/external/chromium/sdch/open-vcdiff/src/
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/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/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/qemu/distrib/zlib-1.2.3/
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).
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))
/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))
/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))
/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))

Completed in 252 milliseconds