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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c75 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon9857
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;
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.c70 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon11563
1008 if (bstate == finish_started || bstate == finish_done) {
1768 return finish_done;
1916 return finish_done;
2047 return finish_done;
2122 return finish_done;
2161 return finish_done;
/freebsd-12-stable/sys/libkern/
H A Dzlib.c620 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon15771
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;

Completed in 182 milliseconds