Searched refs:downloadqueue (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.cpp94 theApp->downloadqueue->AddSearchToDownload(file, category);
254 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_THIS);
259 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_THIS_AUTO);
264 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_SWAP_A4AF_OTHERS);
269 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_PAUSE);
274 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_RESUME);
279 theApp->downloadqueue->SendFileCommand(file, EC_OP_PARTFILE_STOP);
284 theApp->downloadqueue->AutoPrio(file, val);
289 theApp->downloadqueue->Prio(file, newDownPriority);
294 theApp->downloadqueue
[all...]
H A Damule.cpp192 downloadqueue = NULL;
310 delete downloadqueue;
311 downloadqueue = NULL;
513 downloadqueue = new CDownloadQueue();
561 downloadqueue->LoadMetFiles(thePrefs::GetTempDir());
1114 downloadqueue->OnHostnameResolved(evt.GetExtraLong());
1176 downloadqueue->Process();
1265 if (downloadqueue->IsPartFile(owner)) {
1320 wxASSERT_MSG(downloadqueue->IsPartFile(completed), wxT("CCompletionEvent for unknown partfile."));
1335 wxASSERT_MSG(downloadqueue
[all...]
H A DClientUDPSocket.cpp246 CUpDownClient* sender = theApp->downloadqueue->GetDownloadClientByIP_UDP(host,port);
255 CUpDownClient* sender = theApp->downloadqueue->GetDownloadClientByIP_UDP(host,port);
270 CUpDownClient* sender = theApp->downloadqueue->GetDownloadClientByIP_UDP(host,port);
H A DTransferWnd.cpp162 for (CDownQueueRem::const_iterator it = theApp->downloadqueue->begin(); it != theApp->downloadqueue->end(); ++it) {
166 theApp->downloadqueue->CopyFileList(fileList, true);
262 theApp->downloadqueue->ResetCatParts(index);
H A DClientTCPSocket.cpp447 reqfile = theApp->downloadqueue->GetFileByID(reqfilehash);
457 theApp->downloadqueue->CheckAndAddKnownSource((CPartFile*)reqfile, m_client);
509 reqfile = theApp->downloadqueue->GetFileByID(fileID);
551 CPartFile* reqfile = theApp->downloadqueue->GetFileByID(CMD4Hash(buffer));
564 theApp->downloadqueue->RemoveSource(m_client);
580 const CPartFile* file = theApp->downloadqueue->GetFileByID(hash);
591 const CPartFile* file = theApp->downloadqueue->GetFileByID(hash);
1066 reqfile = theApp->downloadqueue->GetFileByID(reqfilehash);
1099 theApp->downloadqueue->CheckAndAddKnownSource((CPartFile*)reqfile, m_client);
1216 const CPartFile *reqfile = theApp->downloadqueue
[all...]
H A DUploadClient.cpp682 if ((file = theApp->downloadqueue->GetFileByID(forfileid)) == NULL) {
694 file = theApp->downloadqueue->GetFileByID(forfileid);
834 uploadingfile = theApp->downloadqueue->GetFileByID(new_id);
H A DPartFileConvert.cpp264 if (theApp->downloadqueue->GetFileByID(file->GetFileHash())) {
438 theApp->downloadqueue->AddDownload(file, thePrefs::AddNewFilesPaused(), 0);
H A DExternalConn.cpp155 theApp->downloadqueue->CopyFileList(downloads, true);
764 for (unsigned int i = 0; i < theApp->downloadqueue->GetFileCount(); i++) {
765 CPartFile *cur_file = theApp->downloadqueue->GetFileByIndex(i);
796 CPartFile *pfile = theApp->downloadqueue->GetFileByID( hash );
837 theApp->downloadqueue->StartNextFile(pfile);
1367 if ( theApp->downloadqueue->AddLink(link, category) ) {
1435 // search first in downloadqueue - it might be in known files as well
1436 CKnownFile* file = theApp->downloadqueue->GetFileByID(fileHash);
1467 theApp->downloadqueue->ClearCompleted(toClear);
1476 CPartFile * file = theApp->downloadqueue
[all...]
H A DPartFile.cpp1513 if (theApp->downloadqueue->DoKademliaFileRequest() && (Kademlia::CKademlia::GetTotalFile() < KADEMLIATOTALFILE) && (dwCurTick > m_LastSearchTimeKad) && Kademlia::CKademlia::IsConnected() && theApp->IsConnected() && !IsStopped()){
1515 theApp->downloadqueue->SetLastKademliaFileRequest();
1549 theApp->downloadqueue->SendLocalSrcRequest(this);
1687 theApp->downloadqueue->CheckAndAddSource(this,newsource);
2092 theApp->downloadqueue->RemoveLocalServerRequest(this);
2152 theApp->downloadqueue->RemoveFile(this, true);
2168 theApp->downloadqueue->StartNextFile(this);
2234 theApp->downloadqueue->RemoveFile(this);
2410 theApp->downloadqueue->RemoveLocalServerRequest(this);
2808 theApp->downloadqueue
[all...]
H A DServerSocket.cpp420 theApp->downloadqueue->ResetLocalServerRequests();
444 if (CPartFile* file = theApp->downloadqueue->GetFileByID(fileid)) {
H A DUploadQueue.cpp698 int nrDownloads = theApp->downloadqueue->GetFileCount();
700 CPartFile * download = theApp->downloadqueue->GetFileByIndex(idownload);
H A DSearchFile.cpp305 bool isPart = theApp->downloadqueue->GetFileByID(m_abyFileHash) != NULL;
H A DBaseClient.cpp420 if (theApp->downloadqueue) {
421 theApp->downloadqueue->RemoveSource(this);
1305 theApp->downloadqueue->RemoveSource(this);
1559 theApp->downloadqueue->RemoveSource(this);
1569 theApp->downloadqueue->RemoveSource(this);
2885 int iQueuedFiles = theApp->downloadqueue->GetFileCount();
2887 CPartFile* pFile = theApp->downloadqueue->GetFileByIndex(i);
H A DDownloadClient.cpp1251 theApp->downloadqueue->RemoveSource(this);
1631 CPartFile* pPartFile = theApp->downloadqueue->GetFileByID(hash);
1714 pPartFile = theApp->downloadqueue->GetFileByID(data->ReadHash());
H A DServerUDPSocket.cpp149 if (CPartFile* file = theApp->downloadqueue->GetFileByID(fileid)) {
H A Damule.h246 CDownloadQueue* downloadqueue; member in class:CamuleApp
H A DamuleAppCommon.cpp122 theApp->downloadqueue->AddLink(line, category);
H A DIPFilter.cpp46 #include "DownloadQueue.h" // Needed for theApp->downloadqueue
555 theApp->downloadqueue->LoadSourceSeeds();
H A DServerList.cpp349 if (theApp->downloadqueue->GetUDPServer() == in_server) {
350 theApp->downloadqueue->SetUDPServer( 0 );
H A DSharedFileList.cpp328 for ( uint32 i = 0; i < theApp->downloadqueue->GetFileCount(); ++i ) {
329 CPartFile* file = theApp->downloadqueue->GetFileByIndex( i );
H A DServerListCtrl.cpp529 theApp->downloadqueue->StopUDPRequests();
H A Damule-remote-gui.cpp367 downloadqueue = new CDownQueueRem(m_connect);
1003 if (theApp->downloadqueue->count(id)) {
1005 theApp->downloadqueue->erase(id);
1121 (*theApp->downloadqueue)[id] = file;
H A Damule-remote-gui.h663 CDownQueueRem *downloadqueue; member in class:CamuleRemoteGuiApp
H A DSHAHashSet.cpp924 if( theApp->downloadqueue->IsPartFile(data.m_pPartFile)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp115 CPartFile* temp = theApp->downloadqueue->GetFileByKadFileSearchID(GetSearchID());
470 CKnownFile *file = theApp->downloadqueue->GetFileByID(CMD4Hash(fileid));
916 theApp->downloadqueue->KademliaSearchFile(m_searchID, &answer, &buddy, type, ip, tcp, udp, buddyip, buddyport, byCryptOptions);
969 file = (CKnownFile*)theApp->downloadqueue->GetFileByID(fileHash);

Completed in 200 milliseconds

12