Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.c272 if (s->mode == BZ_M_FLUSHING in handle_compress()
321 s->mode = BZ_M_FLUSHING; in BZ2_bzCompress()
334 case BZ_M_FLUSHING: in BZ2_bzCompress()
Dbzlib_private.h103 #define BZ_M_FLUSHING 3 macro