Home
last modified time | relevance | path

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

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