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

/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c70 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon104
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;
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c75 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon9339
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;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c707 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon6447
1201 if (bstate == finish_started || bstate == finish_done) {
1928 return (flush == Z_FINISH ? finish_done : block_done);
2052 return (flush == Z_FINISH ? finish_done : block_done);
2205 return (flush == Z_FINISH ? finish_done : block_done);

Completed in 83 milliseconds