Searched refs:RemoveUploadingClient (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadQueue.cpp532 m_allUploadingKnownFile->RemoveUploadingClient(client);
533 theStats::RemoveUploadingClient();
H A DKnownFile.h224 void RemoveUploadingClient(CUpDownClient* client);
H A DStatistics.h257 static void RemoveUploadingClient() { --(*s_activeUploads); } function in class:CStatistics
H A DUploadClient.cpp469 m_uploadingfile->RemoveUploadingClient(this);
H A Damule-remote-gui.cpp1297 client->m_uploadingfile->RemoveUploadingClient(client); // this notifies
1300 theApp->m_allUploadingKnownFile->RemoveUploadingClient(client); // in case it vanished directly while uploading
1378 theApp->m_allUploadingKnownFile->RemoveUploadingClient(client);
1471 client->m_uploadingfile->RemoveUploadingClient(client); // this notifies
H A DKnownFile.cpp448 void CKnownFile::RemoveUploadingClient(CUpDownClient* client) function in class:CKnownFile

Completed in 69 milliseconds