Searched refs:GetRequests (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h76 uint16 GetRequests() const {return requested;} function in class:CFileStatistic
H A DSharedFilesWnd.cpp134 session_requests += file->statistic.GetRequests();
H A DSharedFilesCtrl.cpp397 return mod * CmpAny( file1->statistic.GetRequests(), file2->statistic.GetRequests() );
551 % file->statistic.GetRequests()
H A DECSpecialCoreTags.cpp219 AddTag(EC_TAG_KNOWNFILE_REQ_COUNT, file->statistic.GetRequests(), valuemap);
H A DBaseClient.cpp2031 wxPLURAL("Filestats for this session: Accepted %d of %d request, %s transferred\n", "Filestats for this session: Accepted %d of %d requests, %s transferred\n", m_reqfile->statistic.GetRequests())
2032 ) % m_reqfile->statistic.GetAccepts() % m_reqfile->statistic.GetRequests() % CastItoXBytes(m_reqfile->statistic.GetTransferred());
H A DKnownFile.cpp1548 + _("Requested") + CFormat(wxT(": %u (%u)\n")) % statistic.GetRequests() % statistic.GetAllTimeRequests()
H A Damule-remote-gui.cpp1037 tag->GetRequests(&file->statistic.requested);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h225 uint16 GetRequests(uint16 *target = 0) const { return AssignIfExist(EC_TAG_KNOWNFILE_REQ_COUNT, target); } function in class:CEC_SharedFile_Tag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp639 nFileRequests = tag->GetRequests();

Completed in 147 milliseconds