Searched refs:GetTotalSentBytes (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h244 static uint64 GetTotalSentBytes() { return s_totalSent; } function in class:CStatistics
530 static uint64 GetTotalSentBytes() { return s_statData[sdTotalSentBytes]; } function in class:CStatistics
H A DMuleTrayIcon.cpp431 wxString temp = CastItoXBytes(theStats::GetTotalSentBytes());
H A DStatistics.cpp732 s_sessionUpload = (CStatTreeItemUlDlCounter*)tmpRoot2->AddChild(new CStatTreeItemUlDlCounter(wxTRANSLATE("Uploaded Data (Session (Total)): %s"), theStats::GetTotalSentBytes, stSortChildren | stSortByValue));
769 tmpRoot1->AddChild(new CStatTreeItemRatio(wxTRANSLATE("Session UL:DL Ratio (Total): %s"), s_sessionUpload, s_sessionDownload, theStats::GetTotalSentBytes, theStats::GetTotalReceivedBytes), 3);
H A Damule.cpp969 amulesig_out.AddLine(CFormat(wxT("%llu")) % theStats::GetTotalSentBytes());
H A DExternalConn.cpp574 response->AddTag(CECTag(EC_TAG_STATS_TOTAL_SENT_BYTES, theStats::GetTotalSentBytes()));

Completed in 78 milliseconds