Home | History | Annotate | Download | only in src

Lines Matching refs:bstate

901         block_state bstate;
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
923 if (bstate == block_done) {