Searched refs:IsDeadSource (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.h69 bool IsDeadSource(const CUpDownClient* client);
H A DDeadSourceList.cpp95 bool CDeadSourceList::IsDeadSource(const CUpDownClient* client) function in class:CDeadSourceList
H A DClientList.h319 bool IsDeadSource(const CUpDownClient* client);
H A DDownloadQueue.cpp624 if ( theApp->clientlist->IsDeadSource( source ) || sender->IsDeadSource(source) ) {
713 if ( sender->IsDeadSource(source) ) {
H A DPartFile.h272 bool IsDeadSource(const CUpDownClient* client);
H A DClientList.cpp812 bool CClientList::IsDeadSource(const CUpDownClient* client) function in class:CClientList
814 return m_deadSources.IsDeadSource( client );
H A DPartFile.cpp3924 bool CPartFile::IsDeadSource(const CUpDownClient* client)
3926 return m_deadSources.IsDeadSource( client );

Completed in 178 milliseconds