Home
last modified time | relevance | path

Searched refs:compress2 (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
Dzconf.h38 # define compress2 z_compress2 macro
Dzconf.in.h38 # define compress2 z_compress2 macro
Dzlib.h1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
DChangeLog480 - added compress2 in zconf.h, zlib.def, zlib.dnt
501 - added compress2() to allow setting the compression level
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
Dzconf.h34 # define compress2 z_compress2 macro
Dzlib.h1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
DChangeLog1097 - added compress2 in zconf.h, zlib.def, zlib.dnt
1118 - added compress2() to allow setting the compression level