Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/ !
Dbzlib.c105 s->state = BZ_S_INPUT; in BZ2_bzCompressInit()
270 s->state = BZ_S_INPUT; in handle_compress()
279 if (s->state == BZ_S_INPUT) { in handle_compress()
Dbzlib_private.h107 #define BZ_S_INPUT 2 macro