Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbzlib.h98 #define BZ_CONFIG_ERROR (-9) macro
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib.c208 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()
550 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()