Home | History | Annotate | Download | only in src

Lines Matching refs:bstate

899         block_state bstate;
901 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
905 if (bstate == finish_started || bstate == finish_done) {
908 if (bstate == need_more || bstate == finish_started) {
921 if (bstate == block_done) {