Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
Ddeflate.c440 err = deflate(strm, Z_PARTIAL_FLUSH);
809 if (flush == Z_PARTIAL_FLUSH) {
DChangeLog552 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
830 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
841 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
Dgzwrite.c529 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
DChangeLog167 - Remove second empty static block for Z_PARTIAL_FLUSH
516 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1169 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1447 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1458 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
Ddeflate.c924 if (flush == Z_PARTIAL_FLUSH) {