Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib.h34 #define BZ_STREAM_END 4 macro
Dbzlib.c356 return BZ_STREAM_END; in BZ2_bzCompress()
409 if (ret != BZ_STREAM_END) goto errhandler; in BZ2_bzBuffToBuffCompress()
/busybox-1.35.0/archival/
Dbzip2.c139 && ret != BZ_STREAM_END /* BZ_FINISHed */ in IF_DESKTOP()
155 if (ret == BZ_STREAM_END) in IF_DESKTOP()