Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c242 s->mode = BZ_M_RUNNING; in BZ_API()
344 if (s->mode == BZ_M_RUNNING) { in copy_input_until_stop()
435 if (s->mode != BZ_M_RUNNING && s->avail_in_expect == 0) { in handle_compress()
473 case BZ_M_RUNNING: in BZ_API()
500 s->mode = BZ_M_RUNNING; in BZ_API()
H A Dbzlib_private.h213 #define BZ_M_RUNNING 2 macro