Searched refs:IsDownloading (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.h57 bool IsDownloading(const CUpDownClient* client) const;
H A DUploadQueue.cpp202 if (IsDownloading(newclient)) {
341 bool CUploadQueue::IsDownloading(const CUpDownClient* client) const
486 if (client->IsDownloading()) {
H A DUploadClient.cpp102 if (IsDownloading()) {
534 if (dwResult > m_dwUploadTime && IsDownloading()) {
H A Dupdownclient.h263 bool IsDownloading() const { return (m_nUploadState == US_UPLOADING); } function in class:CUpDownClient
H A DBaseClient.cpp1722 if (theApp->uploadqueue->IsDownloading(this)) {
H A DExternalConn.cpp685 if (onlyTransmittingClients && !cur_client->IsDownloading()) {

Completed in 218 milliseconds