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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c69 finish_done /* finish done, accept no more input or output */ enumerator in enum:__anon3
517 if (bstate == finish_started || bstate == finish_done) {
1128 return flush == Z_FINISH ? finish_done : block_done;
1226 return flush == Z_FINISH ? finish_done : block_done;
1348 return flush == Z_FINISH ? finish_done : block_done;

Completed in 10 milliseconds