Searched refs:BZ_OK (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DBunzip2.pm22 if $status != BZ_OK ;
45 if ($status != BZ_OK && $status != BZ_STREAM_END )
52 return STATUS_OK if $status == BZ_OK ;
63 $self->{ErrorNo} = ($status == BZ_OK) ? 0 : $status ;
65 if ($status != BZ_OK)
103 #( $self->{Inf}->inflateSync(@_) == BZ_OK)
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DBzip2.pm28 if $status != BZ_OK ;
100 $self->{ErrorNo} = ($status == BZ_OK) ? 0 : $status ;
102 if ($status != BZ_OK)
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c214 return BZ_OK;
467 return BZ_OK; /*--not reached--*/
487 return BZ_OK;
531 return BZ_OK;
845 return BZ_OK;
884 return BZ_OK;
933 BZ_SETERR(BZ_OK);
948 BZ_SETERR(BZ_OK);
960 if (ret != BZ_OK)
980 BZ_SETERR(BZ_OK);
[all...]
H A Dbzlib.h33 #define BZ_OK 0 macro
H A Ddecompress.c55 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
194 retVal = BZ_OK;
585 RETURN(BZ_OK);
/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
56 if (memEQ(name, "BZ_OK", 5)) {
57 #ifdef BZ_OK
58 *iv_return = BZ_OK;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm27 BZ_OK
164 and a C<$status> of C<BZ_OK> in a list context. In scalar context it
250 and a C<$status> of C<BZ_OK> in a list context. In scalar context it
312 Returns C<BZ_OK> if the uncompression was successful, but the end of the
319 uncompression. On C<BZ_OK> return this will mean that C<$input> will be an
342 BZ_OK
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DMakefile.PL91 BZ_OK
H A DBzip2.xs82 "", /* BZ_OK 0 */
371 if (err != BZ_OK) {
413 int err = BZ_OK ;
423 if (err != BZ_OK) {
592 /* RETVAL = (RETVAL == BZ_STREAM_END ? BZ_OK : RETVAL) ; */
656 /* RETVAL = (RETVAL == BZ_STREAM_END ? BZ_OK : RETVAL) ; */
781 RETVAL = BZ_OK;
802 if (RETVAL != BZ_OK || s->flags & FLAG_LIMIT_OUTPUT)
809 RETVAL = BZ_OK ;
816 if (RETVAL == BZ_OK || RETVA
[all...]

Completed in 182 milliseconds