Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.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;
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c707 finish_done /* finish done, accept no more input or output */ enumerator
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);