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

/freebsd-10.1-release/lib/libz/
H A Ddeflate.c70 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon5912
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;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c75 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon6683
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-10.1-release/sys/net/
H A Dzlib.c620 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon10406
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 78 milliseconds