Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib_private.h291 #define BZ_X_IDLE 1 macro
H A Ddecompress.c611 s->state = BZ_X_IDLE; in BZ2_decompress()
H A Dbzlib.c822 if (s->state == BZ_X_IDLE) return BZ_SEQUENCE_ERROR; in BZ_API()