Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c68 finish_done /* finish done, accept no more input or output */ enumerator
1046 if (bstate == finish_started || bstate == finish_done) {
1808 return finish_done;
1959 return finish_done;
2090 return finish_done;
2165 return finish_done;
2204 return finish_done;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c705 finish_done /* finish done, accept no more input or output */ enumerator
1199 if (bstate == finish_started || bstate == finish_done) {
1926 return (flush == Z_FINISH ? finish_done : block_done);
2050 return (flush == Z_FINISH ? finish_done : block_done);
2203 return (flush == Z_FINISH ? finish_done : block_done);