Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbzlib.h82 #define BZ_FLUSH 1 macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c479 if (action == BZ_FLUSH) { in BZ_API()
494 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API()