Searched refs:GetSharedFileCount (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.h317 static uint32 GetSharedFileCount() { return (*s_numberOfShared); } function in class:CStatistics
541 static uint32 GetSharedFileCount() { return s_statData[sdSharedFileCount]; } function in class:CStatistics
H A DMuleTrayIcon.cpp412 wxString temp = CFormat(_("Shared files: %d")) % theStats::GetSharedFileCount();
H A Damule.cpp954 amulesig_out.AddLine(CFormat(wxT("%d")) % theStats::GetSharedFileCount());
H A DExternalConn.cpp576 response->AddTag(CECTag(EC_TAG_STATS_SHARED_FILE_COUNT, theStats::GetSharedFileCount()));

Completed in 74 milliseconds