Searched refs:s_sessionDownload (Results 1 - 2 of 2) 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); }
333 (*s_sessionDownload) += bytes;
424 static CStatTreeItemUlDlCounter* s_sessionDownload; member in class:CStatistics
H A DStatistics.cpp175 CStatTreeItemUlDlCounter* CStatistics::s_sessionDownload; member in class:CStatistics
753 s_sessionDownload = (CStatTreeItemUlDlCounter*)tmpRoot2->AddChild(new CStatTreeItemUlDlCounter(wxTRANSLATE("Downloaded Data (Session (Total)): %s"), theStats::GetTotalReceivedBytes, stSortChildren | stSortByValue));
769 tmpRoot1->AddChild(new CStatTreeItemRatio(wxTRANSLATE("Session UL:DL Ratio (Total): %s"), s_sessionUpload, s_sessionDownload, theStats::GetTotalSentBytes, theStats::GetTotalReceivedBytes), 3);
772 tmpRoot1->AddChild(new CStatTreeItemAverageSpeed(wxTRANSLATE("Average download rate (Session): %s"), s_sessionDownload, s_uptime));
822 s_sessionDownload->ReSortChildren();
890 if (s_sessionDownload->HasChildWithId(id)) {
891 (*((CStatTreeItemCounter*)s_sessionDownload->GetChildById(id))) += bytes;
896 s_sessionDownload->AddChild(tmp, id);

Completed in 60 milliseconds