Searched refs:GetUpStartTimeDelay (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadQueue.cpp536 theStats::AddUploadTime(client->GetUpStartTimeDelay() / 1000);
580 if (client->GetUpStartTimeDelay() > 3600000 // time: 1h
H A DUploadClient.cpp625 if ((!m_AvarageUDR_list.empty()) && (curTick - m_AvarageUDR_list.front().timestamp) > 0 && GetUpStartTimeDelay() > 2*1000) {
H A Dupdownclient.h260 uint32 GetUpStartTimeDelay() const { return ::GetTickCount() - m_dwUploadTime; } function in class:CUpDownClient

Completed in 124 milliseconds