Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bzip2/
HDbzlib.h29 #define BZ_RUN 0 macro
HDbzlib.c429 if (action == BZ_RUN) { in BZ_API()
998 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_write_add_filter_bzip2.c321 finishing ? BZ_FINISH : BZ_RUN); in drive_compressor()
HDarchive_write_set_format_7zip.c1887 (action == ARCHIVE_Z_FINISH)? BZ_FINISH: BZ_RUN); in compression_code_bzip2()
HDarchive_write_set_format_xar.c2792 (action == ARCHIVE_Z_FINISH)? BZ_FINISH: BZ_RUN); in compression_code_bzip2()