Home
last modified time | relevance | path

Searched refs:deflateInit (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcompress.c46 err = deflateInit(&stream, level);
Dexample.c181 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
259 err = deflateInit(&c_stream, Z_BEST_SPEED);
356 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
437 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
Dzlib.h1331 #define deflateInit(strm, level) \ macro
Dalgorithm.txt34 parameter of deflateInit). So deflate() does not always find the longest
DChangeLog682 - deflateInit and inflateInit are now macros to allow version checking
847 - simplied considerably deflateInit and inflateInit by not supporting
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcompress.c46 err = deflateInit(&stream, level);
Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
Dzlib.h1647 #define deflateInit(strm, level) \ macro
Dalgorithm.txt34 parameter of deflateInit). So deflate() does not always find the longest
DChangeLog1299 - deflateInit and inflateInit are now macros to allow version checking
1464 - simplied considerably deflateInit and inflateInit by not supporting
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c166 err = deflateInit(&zst, level); in PyZlib_compress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c160 err = deflateInit(&zst, level); in PyZlib_compress()