Home
last modified time | relevance | path

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

/dports/net-p2p/bitflu/bitflu-1.52/plugins/Bitflu/
H A D20_DownloadHTTP.pm159 if($so->IsSetAsDone($_)) {
352 $sm->{so}->SetAsDone($lastone) unless $sm->{so}->IsSetAsDone($lastone);
358 $sm->{so}->SetAsDone(0) unless $sm->{so}->IsSetAsDone(0);
H A D00_StorageVFS.pm1087 $self->IsSetAsDone($args{Chunk}) or $self->panic("$args{Chunk} is NOT set as done!");
1175 if($self->IsSetAsDone($chunknum)) {
1231 sub IsSetAsDone { subroutine
1470 $self->IsSetAsDone($chunknum) or $self->panic;
1534 $done_chunks++ if $self->IsSetAsDone($i);
1643 ($self->IsSetAsDone($d) ? $self->SetAsInworkFromDone($d) : $self->SetAsInwork($d));
H A D20_DownloadBitTorrent.pm584 next unless $torrent->Storage->IsSetAsDone($rnd);
648 elsif($torrent->Storage->IsSetAsDone($piece)) {
697 if($so->IsSetAsDone($cc)) {