Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm157 my $status = *$self->{Uncomp}->uncompr(\$temp_buf, \$buffer, $self->smartEof()) ;
165 if $self->smartEof() && $status != STATUS_ENDSTREAM;
172 && (length $temp_buf || ! $self->smartEof())){
H A DBase.pm199 sub smartEof subroutine
782 last if $status < 0 || $z->smartEof();
917 $self->smartEof(), $outSize);
971 if (! $self->smartEof()) {
1341 && ( $self->smartEof() || *$self->{EndStream}))) ;
H A DUnzip.pm234 if $self->smartEof();