Searched refs:BZ_IO_ERROR (Results 1 – 7 of 7) sorted by relevance
78 if (bzerror == BZ_IO_ERROR) { in bzip()88 if (bzerror == BZ_IO_ERROR) { in bzip()
935 { 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()
43 #define BZ_IO_ERROR (-6) macro
418 case BZ_IO_ERROR: in compressStream()522 case BZ_IO_ERROR: in uncompressStream()611 case BZ_IO_ERROR: in testStream()
62 # define BZ_ERRNO BZ_IO_ERROR
151 case BZ_IO_ERROR: in catch_bz2_error()
184 case BZ_IO_ERROR: in Util_CatchBZ2Error()