Searched refs:BZ_IO_ERROR (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/
H A Dconstants.h41 BZ_FINISH_OK BZ_FLUSH BZ_FLUSH_OK BZ_IO_ERROR BZ_MEM_ERROR BZ_OK
116 /* BZ_FLUSH_OK BZ_IO_ERROR */
131 if (memEQ(name, "BZ_IO_ERROR", 11)) {
133 #ifdef BZ_IO_ERROR
134 *iv_return = BZ_IO_ERROR;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DMakefile.PL101 BZ_IO_ERROR
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c942 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
986 { BZ_SETERR(BZ_IO_ERROR); return; };
1006 { BZ_SETERR(BZ_IO_ERROR); return; };
1045 { BZ_SETERR(BZ_IO_ERROR); return; };
1065 { BZ_SETERR(BZ_IO_ERROR); return; };
1075 { BZ_SETERR(BZ_IO_ERROR); return; };
1115 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
1194 { BZ_SETERR(BZ_IO_ERROR); return 0; };
1200 { BZ_SETERR(BZ_IO_ERROR); return 0; };
H A Dbzlib.h43 #define BZ_IO_ERROR (-6) macro
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm37 BZ_IO_ERROR
352 BZ_IO_ERROR

Completed in 76 milliseconds