Home
last modified time | relevance | path

Searched refs:finish_done (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libz/
HDdeflate.c70 finish_done /* finish done, accept no more input or output */ enumerator
907 if (bstate == finish_started || bstate == finish_done) {
1614 return finish_done;
1717 return finish_done;
1848 return finish_done;
1923 return finish_done;
1962 return finish_done;
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDdeflate.c75 finish_done /* finish done, accept no more input or output */ enumerator
798 if (bstate == finish_started || bstate == finish_done) {
1444 return flush == Z_FINISH ? finish_done : block_done;
1551 return flush == Z_FINISH ? finish_done : block_done;
1679 return flush == Z_FINISH ? finish_done : block_done;
1740 return flush == Z_FINISH ? finish_done : block_done;
/NextBSD/sys/libkern/
HDzlib.c620 finish_done /* finish done, accept no more input or output */ enumerator
1064 if (bstate == finish_started || bstate == finish_done) {
1625 return flush == Z_FINISH ? finish_done : block_done;
1720 return flush == Z_FINISH ? finish_done : block_done;
1841 return flush == Z_FINISH ? finish_done : block_done;