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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c812 block_state bstate; local
814 bstate = (*(configuration_table[s->level].func))(s, flush);
816 if (bstate == finish_started || bstate == finish_done) {
819 if (bstate == need_more || bstate == finish_started) {
832 if (bstate == block_done) {

Completed in 28 milliseconds