Searched refs:s_activeDownloads (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.h279 static void AddDownloadingSource() { ++(*s_activeDownloads); }
280 static void RemoveDownloadingSource() { --(*s_activeDownloads); }
281 static uint32 GetDownloadingSources() { return (*s_activeDownloads); }
432 static CStatTreeItemNativeCounter* s_activeDownloads; member in class:CStatistics
H A DStatistics.cpp183 CStatTreeItemNativeCounter* CStatistics::s_activeDownloads; member in class:CStatistics
767 s_activeDownloads = (CStatTreeItemNativeCounter*)tmpRoot2->AddChild(new CStatTreeItemNativeCounter(wxTRANSLATE("Active Downloads (chunks): %s")));

Completed in 57 milliseconds