Searched defs:ZLIB_VERSION (Results 1 - 4 of 4) 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/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/zlib/
H A Dzlib.h40 #define ZLIB_VERSION "1.2.6" 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
579 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
1626 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1628 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1631 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1633 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
1637 ZLIB_VERSION, (int)sizeof(z_stream))

Completed in 60 milliseconds