Home
last modified time | relevance | path

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

/dragonfly/contrib/bzip2/
H A Dbzlib_private.h184 #define BZ_S_INPUT 2 macro
H A Dbzlib.c193 s->state = BZ_S_INPUT; in BZ_API()
379 s->state = BZ_S_INPUT; in handle_compress()
385 if (s->state == BZ_S_INPUT) { in handle_compress()