Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/src/
H A DPiecedSegment.cc46 bool t = piece_->getFirstMissingBlockIndexWithoutLock(index); in PiecedSegment()
H A DPiece.h96 bool getFirstMissingBlockIndexWithoutLock(size_t& index) const;
H A DPiece.cc155 bool Piece::getFirstMissingBlockIndexWithoutLock(size_t& index) const in getFirstMissingBlockIndexWithoutLock() function in aria2::Piece