Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h165 #define Z_FULL_FLUSH 3 macro
Dexample.c363 err = deflate(&c_stream, Z_FULL_FLUSH);
DFAQ213 use Z_FULL_FLUSH, carefully write all the pending data at those points,
215 at those points. You have to be careful to not use Z_FULL_FLUSH too
DChangeLog780 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
788 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
831 not yet Z_FULL_FLUSH.
Ddeflate.c816 if (flush == Z_FULL_FLUSH) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h167 #define Z_FULL_FLUSH 3 macro
Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
DFAQ214 Z_FULL_FLUSH, carefully write all the pending data at those points, and
216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
DChangeLog522 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1397 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1405 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1448 not yet Z_FULL_FLUSH.
Ddeflate.c931 if (flush == Z_FULL_FLUSH) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c1082 PyModule_AddIntConstant(m, "Z_FULL_FLUSH", Z_FULL_FLUSH); in PyInit_zlib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c1047 PyModule_AddIntConstant(m, "Z_FULL_FLUSH", Z_FULL_FLUSH); in PyInit_zlib()