Searched defs:ZLIB_VERSION (Results 1 - 3 of 3) 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/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.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))

Completed in 340 milliseconds