Home
last modified time | relevance | path

Searched refs:BZ_FLUSH (Results 1 – 6 of 6) sorted by relevance

/external/bzip2/
Dbzlib.h30 #define BZ_FLUSH 1 macro
Dbzlib.c428 if (action == BZ_FLUSH) { in BZ_API()
443 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API()
DCHANGES48 * made zero-length BZ_FLUSH work correctly in bzCompress().
/external/u-boot/include/
Dbzlib.h82 #define BZ_FLUSH 1 macro
/external/u-boot/lib/bzip2/
Dbzlib.c479 if (action == BZ_FLUSH) { in BZ_API()
494 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API()
/external/ImageMagick/coders/
Dmiff.c2605 code=BZ2_bzCompress(&bzip_info,BZ_FLUSH); in WriteMIFFImage()