Home
last modified time | relevance | path

Searched refs:BZ_IO_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/bzip2/
Dbzlib.c964 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
1007 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1027 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1066 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1086 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1096 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1136 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
1215 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
1221 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
/external/bzip2/
Dbzlib.c935 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
979 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
999 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1038 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1058 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1068 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1108 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
1187 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
1193 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
Dbzlib.h43 #define BZ_IO_ERROR (-6) macro
Dbzip2.c418 case BZ_IO_ERROR: in compressStream()
522 case BZ_IO_ERROR: in uncompressStream()
611 case BZ_IO_ERROR: in testStream()
/external/u-boot/include/
Dbzlib.h95 #define BZ_IO_ERROR (-6) macro
/external/elfutils/libdwfl/
Dgzip.c58 # define BZ_ERRNO BZ_IO_ERROR
/external/python/cpython3/Modules/
D_bz2module.c90 case BZ_IO_ERROR: in catch_bz2_error()
/external/selinux/libsemanage/src/
Ddirect_api.c492 if (bzerror == BZ_IO_ERROR) { in bzip()
501 if (bzerror == BZ_IO_ERROR) { in bzip()
/external/python/cpython2/Modules/
Dbz2module.c184 case BZ_IO_ERROR: in Util_CatchBZ2Error()