Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h167 #define Z_BLOCK 5 macro
Dinflate.c774 if (flush == Z_BLOCK) goto inf_leave;
DChangeLog149 - Correct Z_BLOCK to not return on first inflate call if no wrap
190 - Add Z_BLOCK flush option to return from inflate at block boundary
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h169 #define Z_BLOCK 5 macro
Ddeflate.c515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
DChangeLog163 - Permit stronger flushes after Z_BLOCK flushes
168 - Write out all of the available bits when using Z_BLOCK
529 - Allow Z_BLOCK for deflate() to force a new block
766 - Correct Z_BLOCK to not return on first inflate call if no wrap
807 - Add Z_BLOCK flush option to return from inflate at block boundary
Dinflate.c827 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;