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

/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c70 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon4891
524 if (bstate == finish_started || bstate == finish_done) {
527 if (bstate == need_more || bstate == finish_started) {
1075 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c69 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon5222
824 if (bstate == finish_started || bstate == finish_done) {
827 if (bstate == need_more || bstate == finish_started) {
1450 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \

Completed in 48 milliseconds