Searched refs:BZ_M_RUNNING (Results 1 – 2 of 2) sorted by relevance
106 s->mode = BZ_M_RUNNING; in BZ2_bzCompressInit()193 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()282 if (s->mode != BZ_M_RUNNING && s->strm->avail_in == 0) { in handle_compress()311 case BZ_M_RUNNING: in BZ2_bzCompress()340 s->mode = BZ_M_RUNNING; in BZ2_bzCompress()
102 #define BZ_M_RUNNING 2 macro