Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/bzip2/
H A Dbzlib.c269 s->mode = BZ_M_RUNNING; in BZ_API()
328 s->mode = BZ_M_RUNNING; in BZ_API()
455 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()
546 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
584 case BZ_M_RUNNING: in BZ_API()
611 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;