Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.c106 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()
Dbzlib_private.h102 #define BZ_M_RUNNING 2 macro