Searched refs:BZ_M_RUNNING (Results 1 – 2 of 2) sorted by relevance
191 s->mode = BZ_M_RUNNING; in BZ_API()293 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()384 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()422 case BZ_M_RUNNING: in BZ_API()449 s->mode = BZ_M_RUNNING; in BZ_API()
179 #define BZ_M_RUNNING 2 macro