Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib.c940 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
984 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1004 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1043 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1063 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1073 { BZ_SETERR(BZ_IO_ERROR); return; }; in BZ_API()
1113 { BZ_SETERR(BZ_IO_ERROR); return NULL; }; in BZ_API()
1192 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
1198 { BZ_SETERR(BZ_IO_ERROR); return 0; }; in BZ_API()
H A Dbzlib.h43 #define BZ_IO_ERROR (-6) macro
H A Dbzip2.c418 case BZ_IO_ERROR: in compressStream()
522 case BZ_IO_ERROR: in uncompressStream()
611 case BZ_IO_ERROR: in testStream()