Home
last modified time | relevance | path

Searched refs:ZLIB_VERSION (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h40 #define ZLIB_VERSION "1.2.3" macro
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))
Dexample.c521 static const char* myVersion = ZLIB_VERSION;
527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzutil.c29 return ZLIB_VERSION; in zlibVersion()
DFAQ173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
175 identification string should be appended to ZLIB_VERSION. Version numbers
179 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
190 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
Dinflate.c152 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
Ddeflate.c229 static const char my_version[] = ZLIB_VERSION;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h40 #define ZLIB_VERSION "1.2.8" macro
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))
Dexample.c552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzutil.c32 return ZLIB_VERSION; in zlibVersion()
DFAQ104 ZLIB_VERSION symbol defined in zlib.h .
174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
176 identification string should be appended to ZLIB_VERSION. Version numbers
180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dinfback.c37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
Dinflate.c189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
Ddeflate.c226 static const char my_version[] = ZLIB_VERSION;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c1084 ver = PyString_FromString(ZLIB_VERSION); in PyInit_zlib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c1049 ver = PyString_FromString(ZLIB_VERSION); in PyInit_zlib()