Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.h26 #define BZ_RUN 0 macro
Dbzlib.c312 if (action == BZ_RUN) { in BZ2_bzCompress()
/busybox-1.35.0/archival/
Dbzip2.c136 ret = BZ2_bzCompress(strm, rlen ? BZ_RUN : BZ_FINISH); in IF_DESKTOP()