Searched refs:searchlist (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.cpp242 theApp->searchlist->RemoveResults(ctrl->GetSearchId());
416 theApp->searchlist->StopSearch();
563 wxString error = theApp->searchlist->StartNewSearch(&real_id, search_type, params);
H A DServerSocket.cpp429 theApp->searchlist->ProcessSearchAnswer(
435 theApp->searchlist->LocalSearchEnd();
H A DKnownFileList.cpp261 theApp->searchlist->UpdateSearchFileByHash(toadd->GetFileHash());
H A Damule.cpp182 searchlist = NULL;
275 delete searchlist;
276 searchlist = NULL;
504 searchlist = new CSearchList();
H A DExternalConn.cpp1016 const CSearchResultList& list = theApp->searchlist->GetSearchResults(0xffffffff);
1032 const CSearchResultList& list = theApp->searchlist->GetSearchResults(0xffffffff);
1058 theApp->searchlist->AddFileToDownloadByHash(hash, category);
1066 theApp->searchlist->StopSearch();
1075 theApp->searchlist->RemoveResults(0xffffffff);
1098 wxString error = theApp->searchlist->StartNewSearch(&search_id, core_search_type, params);
1596 theApp->searchlist->GetSearchProgress()));
H A DServerConnect.cpp405 theApp->searchlist->StopSearch(true);
H A DServerUDPSocket.cpp124 theApp->searchlist->ProcessUDPSearchAnswer(packet, true, ip, port - 4);
H A Damule.h255 CSearchList* searchlist; member in class:CamuleApp
H A DSearchListCtrl.cpp370 const CSearchResultList& list = theApp->searchlist->GetSearchResults(ResultsID);
721 theApp->searchlist->StopSearch(true);
H A Damule-remote-gui.cpp175 if (searchlist->m_curr_search != -1) {
176 searchlist->DoRequery(EC_OP_SEARCH_RESULTS, EC_TAG_SEARCHFILE);
359 searchlist = new CSearchListRem(m_connect);
1985 m_searchID = theApp->searchlist->m_curr_search;
1988 CSearchFile * parent = theApp->searchlist->GetByID(parentID);
H A Damule-remote-gui.h668 CSearchListRem *searchlist; member in class:CamuleRemoteGuiApp
H A DGuiEvents.cpp513 theApp->searchlist->SetKadSearchFinished();
H A DDownloadQueue.cpp373 theApp->searchlist->UpdateSearchFileByHash(file->GetFileHash()); // Update file in the search dialog if it's still open
H A DBaseClient.cpp1995 theApp->searchlist->ProcessSharedFileList(pachPacket, nSize, this, NULL, pszDirectory);
H A DPartFile.cpp2242 theApp->searchlist->UpdateSearchFileByHash(GetFileHash()); // Update file in the search dialog if it's still open
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp1110 theApp->searchlist->KademliaSearchKeyword(m_searchID, &answer, name, size, type, publishInfo, taglist);

Completed in 99 milliseconds