• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching defs:CServerList

57 CServerList::CServerList()
66 bool CServerList::Init()
86 bool CServerList::LoadServerMet(const CPath& path)
191 bool CServerList::AddServer(CServer* in_server, bool fromUser)
262 void CServerList::ServerStats()
342 void CServerList::RemoveServer(CServer* in_server)
371 void CServerList::RemoveAllServers()
386 void CServerList::GetStatus(uint32 &failed, uint32 &user, uint32 &file, uint32 &tuser, uint32 &tfile,float &occ)
419 void CServerList::GetUserFileStatus(uint32 &user, uint32 &file)
433 CServerList::~CServerList()
445 void CServerList::LoadStaticServers()
513 void CServerList::SaveStaticServers()
558 void CServerList::Sort()
570 CServer* CServerList::GetNextServer(bool bOnlyObfuscated)
589 CServer* CServerList::GetNextStatServer()
604 CServer* CServerList::GetServerByAddress(const wxString& address, uint16 port) const
616 CServer* CServerList::GetServerByIP(uint32 nIP) const
627 CServer* CServerList::GetServerByIPTCP(uint32 nIP, uint16 nPort) const
638 CServer* CServerList::GetServerByIPUDP(uint32 nIP, uint16 nUDPPort, bool bObfuscationPorts) const
652 CServer* CServerList::GetServerByECID(uint32 ecid) const
664 void CServerList::SetStaticServer(CServer* server, bool isStatic)
672 void CServerList::SetServerPrio(CServer* server, uint32 prio)
679 bool CServerList::SaveServerMet()
817 void CServerList::RemoveDeadServers()
829 void CServerList::UpdateServerMetFromURL(const wxString& strURL)
843 void CServerList::DownloadFinished(uint32 result)
863 void CServerList::AutoUpdate()
899 void CServerList::AutoDownloadFinished(uint32 result)
923 void CServerList::ObserverAdded( ObserverType* o )
935 uint32 CServerList::GetAvgFile() const
964 std::vector<const CServer*> CServerList::CopySnapshot() const
973 void CServerList::FilterServers()
996 void CServerList::CheckForExpiredUDPKeys() {