Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_bz2module.c14 #ifndef BZ_CONFIG_ERROR
72 #ifdef BZ_CONFIG_ERROR in catch_bz2_error()
73 case BZ_CONFIG_ERROR: in catch_bz2_error()
/external/bzip2/
Dbzlib.h46 #define BZ_CONFIG_ERROR (-9) macro
Dbzip2.c414 case BZ_CONFIG_ERROR: in compressStream()
520 case BZ_CONFIG_ERROR: in uncompressStream()
609 case BZ_CONFIG_ERROR: in testStream()
Dbzlib.c157 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()
499 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()
/external/u-boot/include/
Dbzlib.h98 #define BZ_CONFIG_ERROR (-9) macro
/external/python/cpython2/Modules/
Dbz2module.c45 #ifndef BZ_CONFIG_ERROR
157 #ifdef BZ_CONFIG_ERROR in Util_CatchBZ2Error()
158 case BZ_CONFIG_ERROR: in Util_CatchBZ2Error()
/external/u-boot/lib/bzip2/
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()