Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbzlib.h88 #define BZ_FINISH_OK 3 macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c510 s->state_out_pos < s->numZ) return BZ_FINISH_OK; in BZ_API()
1078 if (ret != BZ_FINISH_OK && ret != BZ_STREAM_END) in BZ_API()
1308 if (ret == BZ_FINISH_OK) goto output_overflow; in BZ_API()