Home
last modified time | relevance | path

Searched refs:BZ_M_RUNNING (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c274 s->mode = BZ_M_RUNNING; in BZ_API()
333 s->mode = BZ_M_RUNNING; in BZ_API()
432 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()
523 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
561 case BZ_M_RUNNING: in BZ_API()
588 s->mode = BZ_M_RUNNING; in BZ_API()
H A Dbzlib_private.h184 #define BZ_M_RUNNING 2 macro
H A DSolaris.README.txt191 + s->mode = BZ_M_RUNNING;