Home
last modified time | relevance | path

Searched refs:NeededParts (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DDownloadClient.cpp501 m_A4AF_list[file].NeededParts = true; in AddRequestForAnotherFile()
1449 if ( it->second.NeededParts ) in SwapToAnotherFile()
1488 m_A4AF_list[m_reqfile].NeededParts = (GetDownloadState() != DS_NONEEDEDPARTS); in SwapToAnotherFile()
1540 if ( !it->second.NeededParts ) { in IsValidSwapTarget()
H A Dupdownclient.h612 bool NeededParts; member
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DDownloadClient.cpp501 m_A4AF_list[file].NeededParts = true; in AddRequestForAnotherFile()
1449 if ( it->second.NeededParts ) in SwapToAnotherFile()
1488 m_A4AF_list[m_reqfile].NeededParts = (GetDownloadState() != DS_NONEEDEDPARTS); in SwapToAnotherFile()
1540 if ( !it->second.NeededParts ) { in IsValidSwapTarget()
H A Dupdownclient.h612 bool NeededParts;