Searched refs:SwapToAnotherFile (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientRef.cpp182 bool CClientRef::SwapToAnotherFile(bool bIgnoreNoNeeded, bool ignoreSuspensions, bool bRemoveCompletely, CPartFile* toFile) const function in class:CClientRef
184 return m_client->SwapToAnotherFile(bIgnoreNoNeeded, ignoreSuspensions, bRemoveCompletely, toFile);
H A DUpDownClientEC.h135 bool SwapToAnotherFile(bool bIgnoreNoNeeded, bool ignoreSuspensions, bool bRemoveCompletely, CPartFile* toFile = NULL);
H A DClientRef.h174 bool SwapToAnotherFile(bool bIgnoreNoNeeded, bool ignoreSuspensions, bool bRemoveCompletely, CPartFile* toFile = NULL) const; // only wrapper const
H A DGuiEvents.cpp627 it++->SwapToAnotherFile(true, false, false, file);
642 it++->SwapToAnotherFile(false, false, false, NULL);
H A Dupdownclient.h350 bool SwapToAnotherFile(bool bIgnoreNoNeeded, bool ignoreSuspensions, bool bRemoveCompletely, CPartFile* toFile = NULL);
622 * Helper function used by SwapToAnotherFile().
H A DDownloadClient.cpp1424 bool CUpDownClient::SwapToAnotherFile(bool bIgnoreNoNeeded, bool ignoreSuspensions, bool bRemoveCompletely, CPartFile* toFile) function in class:CUpDownClient
1506 Notify_SourceCtrlAddSource(m_reqfile, CCLIENTREF(this, wxT("CUpDownClient::SwapToAnotherFile Notify_SourceCtrlAddSource 1")), A4AF_SOURCE);
1523 Notify_SourceCtrlAddSource(SwapTo, CCLIENTREF(this, wxT("CUpDownClient::SwapToAnotherFile Notify_SourceCtrlAddSource 2")), UNAVAILABLE_SOURCE);
H A DGenericClientListCtrl.cpp489 (*it)->GetSource().SwapToAnotherFile( true, false, false, dynamic_cast<CPartFile*>(kf));
H A DPartFile.cpp1426 if(!cur_src->SwapToAnotherFile(false , false, false , NULL)) {
1498 cur_source->SwapToAnotherFile(false, false, false, this);
2193 if (!cur_src->SwapToAnotherFile(true, true, true, NULL)) {
H A DClientTCPSocket.cpp563 if (!m_client->SwapToAnotherFile(true, true, true, NULL)) {
H A Damule-remote-gui.cpp2103 bool CUpDownClient::SwapToAnotherFile(
H A DExternalConn.cpp1478 client->SwapToAnotherFile( true, false, false, file);

Completed in 142 milliseconds