• 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 refs:CDownloadQueue

76 CDownloadQueue::CDownloadQueue()
99 CDownloadQueue::~CDownloadQueue()
111 void CDownloadQueue::LoadMetFiles(const CPath& path)
177 uint16 CDownloadQueue::GetFileCount() const
185 void CDownloadQueue::CopyFileList(std::vector<CPartFile*>& out_list, bool includeCompleted) const
201 CServer* CDownloadQueue::GetUDPServer() const
209 void CDownloadQueue::SetUDPServer( CServer* server )
217 void CDownloadQueue::SaveSourceSeeds()
225 void CDownloadQueue::LoadSourceSeeds()
233 void CDownloadQueue::AddSearchToDownload(CSearchFile* toadd, uint8 category)
318 void CDownloadQueue::StartNextFile(CPartFile* oldfile)
350 void CDownloadQueue::AddDownload(CPartFile* file, bool paused, uint8 category)
378 bool CDownloadQueue::IsFileExisting( const CMD4Hash& fileid ) const
410 void CDownloadQueue::Process()
547 CPartFile* CDownloadQueue::GetFileByID(const CMD4Hash& filehash) const
567 CPartFile* CDownloadQueue::GetFileByIndex(unsigned int index) const
580 bool CDownloadQueue::IsPartFile(const CKnownFile* file) const
594 void CDownloadQueue::OnConnectionState(bool bConnected)
607 void CDownloadQueue::CheckAndAddSource(CPartFile* sender, CUpDownClient* source)
686 Notify_SourceCtrlAddSource(sender, CCLIENTREF(source, wxT("CDownloadQueue::CheckAndAddSource Notify_SourceCtrlAddSource 1")), UNAVAILABLE_SOURCE);
699 Notify_SourceCtrlAddSource(sender, CCLIENTREF(source, wxT("CDownloadQueue::CheckAndAddSource Notify_SourceCtrlAddSource 2")), UNAVAILABLE_SOURCE);
704 void CDownloadQueue::CheckAndAddKnownSource(CPartFile* sender,CUpDownClient* source)
743 Notify_SourceCtrlAddSource( sender, CCLIENTREF(source, wxT("CDownloadQueue::CheckAndAddKnownSource Notify_SourceCtrlAddSource 1")), A4AF_SOURCE );
755 Notify_SourceCtrlAddSource( sender, CCLIENTREF(source, wxT("CDownloadQueue::CheckAndAddKnownSource Notify_SourceCtrlAddSource 2")), UNAVAILABLE_SOURCE);
760 bool CDownloadQueue::RemoveSource(CUpDownClient* toremove, bool WXUNUSED(updatewindow), bool bDoStatsUpdate)
798 void CDownloadQueue::RemoveFile(CPartFile* file, bool keepAsCompleted)
814 void CDownloadQueue::ClearCompleted(const ListOfUInts32 & ecids)
832 CUpDownClient* CDownloadQueue::GetDownloadClientByIP_UDP(uint32 dwIP, uint16 nUDPPort) const
865 bool CDownloadQueue::SendNextUDPPacket()
956 void CDownloadQueue::StopUDPRequests()
964 void CDownloadQueue::DoStopUDPRequests()
1001 void CDownloadQueue::DoSortByPriority()
1008 void CDownloadQueue::ResetLocalServerRequests()
1021 void CDownloadQueue::RemoveLocalServerRequest( CPartFile* file )
1031 void CDownloadQueue::ProcessLocalRequests()
1130 void CDownloadQueue::SendLocalSrcRequest(CPartFile* sender)
1138 void CDownloadQueue::ResetCatParts(uint8 cat)
1151 void CDownloadQueue::SetCatPrio(uint8 cat, uint8 newprio)
1168 void CDownloadQueue::SetCatStatus(uint8 cat, int newstatus)
1195 uint16 CDownloadQueue::GetDownloadingFileCount() const
1211 uint16 CDownloadQueue::GetPausedFileCount() const
1226 void CDownloadQueue::CheckDiskspace( const CPath& path )
1277 int CDownloadQueue::GetMaxFilesPerUDPServerPacket() const
1297 bool CDownloadQueue::SendGlobGetSourcesUDPPacket(CMemFile& data)
1312 void CDownloadQueue::AddToResolve(const CMD4Hash& fileid, const wxString& pszHostname, uint16 port, const wxString& hash, uint8 cryptoptions)
1343 void CDownloadQueue::OnHostnameResolved(uint32 ip)
1394 bool CDownloadQueue::AddLink( const wxString& link, uint8 category )
1415 bool CDownloadQueue::AddED2KLink( const wxString& link, uint8 category )
1437 bool CDownloadQueue::AddED2KLink( const CED2KLink* link, uint8 category )
1456 bool CDownloadQueue::AddED2KLink( const CED2KFileLink* link, uint8 category )
1504 bool CDownloadQueue::AddED2KLink( const CED2KServerLink* link )
1518 bool CDownloadQueue::AddED2KLink( const CED2KServerListLink* link )
1526 void CDownloadQueue::ObserverAdded( ObserverType* o )
1541 void CDownloadQueue::KademliaSearchFile(uint32_t searchID, const Kademlia::CUInt128* pcontactID, const Kademlia::CUInt128* pbuddyID, uint8_t type, uint32_t ip, uint16_t tcp, uint16_t udp, uint32_t buddyip, uint16_t buddyport, uint8_t byCryptOptions)
1649 CPartFile* CDownloadQueue::GetFileByKadFileSearchID(uint32 id) const
1662 bool CDownloadQueue::DoKademliaFileRequest()