Home | History | Annotate | Download | only in zlib

Lines Matching refs:bstate

824         block_state bstate;
839 bstate = deflate_huff(s, flush);
841 bstate = deflate_rle(s, flush);
843 bstate = (*(configuration_table[s->level].func))
847 if (bstate == finish_started || bstate == finish_done) {
850 if (bstate == need_more || bstate == finish_started) {
863 if (bstate == block_done) {