Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bzip2/
Dbzlib.c197 s->mode = BZ_M_RUNNING; in BZ_API()
299 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()
390 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
428 case BZ_M_RUNNING: in BZ_API()
455 s->mode = BZ_M_RUNNING; in BZ_API()
Dbzlib_private.h179 #define BZ_M_RUNNING 2 macro