Searched refs:GetSessionSentBytes (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.h245 static uint64 GetSessionSentBytes() { return (*s_sessionUpload); } function in class:CStatistics
H A DStatistics.cpp442 phr->kBytesSent = GetSessionSentBytes() / 1024.0;
H A Damule.cpp989 theStats::GetSessionSentBytes() );
H A DDownloadQueue.cpp458 if ((mustPreventSleep == false) && (theStats::GetSessionSentBytes() < theStats::GetSessionReceivedBytes())) {

Completed in 62 milliseconds