Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbzlib.h83 #define BZ_FINISH 2 macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c485 if (action == BZ_FINISH) { in BZ_API()
504 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API()
1077 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH ); in BZ_API()
1307 ret = BZ2_bzCompress ( &strm, BZ_FINISH ); in BZ_API()