Searched refs:GetSessionReceivedBytes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h266 static uint64 GetSessionReceivedBytes() { return (*s_sessionDownload); } function in class:CStatistics
H A DStatistics.cpp443 phr->kBytesReceived = GetSessionReceivedBytes() / 1024.0;
H A Damule.cpp985 theStats::GetSessionReceivedBytes() );
H A DDownloadQueue.cpp458 if ((mustPreventSleep == false) && (theStats::GetSessionSentBytes() < theStats::GetSessionReceivedBytes())) {

Completed in 36 milliseconds