Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.h30 #define BZ_FLUSH 1 macro
H A Dbzlib.c431 if (action == BZ_FLUSH) { in BZ_API()
446 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API()
H A DCHANGES48 * made zero-length BZ_FLUSH work correctly in bzCompress().