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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c513 block_state bstate; local
515 bstate = (*(configuration_table[s->level].func))(s, flush);
517 if (bstate == finish_started || bstate == finish_done) {
520 if (bstate == need_more || bstate == finish_started) {
533 if (bstate == block_done) {

Completed in 12 milliseconds