Home
last modified time | relevance | path

Searched refs:finish_started (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c69 finish_started, /* finish started, need only more output at next deflate */ enumerator
792 if (bstate == finish_started || bstate == finish_done) {
795 if (bstate == need_more || bstate == finish_started) {
1378 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c69 finish_started, /* finish started, need only more output at next deflate */ enumerator
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
1552 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \