Searched refs:deflateInit (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | compress.c | 46 err = deflateInit(&stream, level);
|
D | example.c | 181 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);
|
D | zlib.h | 1331 #define deflateInit(strm, level) \ macro
|
D | algorithm.txt | 34 parameter of deflateInit). So deflate() does not always find the longest
|
D | ChangeLog | 682 - 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/ |
D | compress.c | 46 err = deflateInit(&stream, level);
|
D | example.c | 212 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);
|
D | zlib.h | 1647 #define deflateInit(strm, level) \ macro
|
D | algorithm.txt | 34 parameter of deflateInit). So deflate() does not always find the longest
|
D | ChangeLog | 1299 - deflateInit and inflateInit are now macros to allow version checking 1464 - simplied considerably deflateInit and inflateInit by not supporting
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 47 # define deflateInit z_deflateInit macro
|
D | zlib.h | 1793 # define deflateInit(strm, level) \ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | zlibmodule.c | 160 err = deflateInit(&zst, level); in PyZlib_compress()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | zlibmodule.c | 166 err = deflateInit(&zst, level); in PyZlib_compress()
|