Searched refs:friendlist (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DAddFriend.cpp76 theApp->friendlist->AddFriend(userhash, ip, port, name);
H A DFriendListCtrl.cpp157 theApp->friendlist->StartChatSession(cur_friend);
179 theApp->friendlist->RemoveFriend(cur_friend);
214 theApp->friendlist->RequestSharedFileList(cur_friend);
226 theApp->friendlist->SetFriendSlot(cur_friend, event.IsChecked());
H A DChatWnd.cpp153 theApp->friendlist->AddFriend(client);
H A DExternalConn.cpp708 for (CFriendList::const_iterator it = theApp->friendlist->begin(); it != theApp->friendlist->end(); it++) {
945 theApp->friendlist->AddFriend(CCLIENTREF(client, wxT("Get_EC_Response_Friend theApp->friendlist->AddFriend")));
954 theApp->friendlist->AddFriend(hashtag->GetMD4Data(), iptag->GetInt(), porttag->GetInt(), nametag->GetStringData());
961 CFriend * Friend = theApp->friendlist->FindFriend(subtag->GetInt());
963 theApp->friendlist->RemoveFriend(Friend);
970 CFriend * Friend = theApp->friendlist->FindFriend(subtag->GetInt());
972 theApp->friendlist->SetFriendSlot(Friend, tag->GetInt() != 0);
984 CFriend * Friend = theApp->friendlist
[all...]
H A Damule.cpp191 friendlist = NULL;
281 delete friendlist;
282 friendlist = NULL;
503 friendlist = new CFriendList();
567 // Load saved friendlist (now, so it can update in GUI right away)
568 friendlist->LoadList();
H A DGenericClientListCtrl.cpp511 theApp->friendlist->RemoveFriend(client.GetFriend());
513 theApp->friendlist->AddFriend(client);
526 theApp->friendlist->SetFriendSlot(client.GetFriend(), evt.IsChecked());
H A Damule.h257 CFriendList* friendlist; member in class:CamuleApp
H A Damule-remote-gui.h669 CFriendListRem *friendlist; member in class:CamuleRemoteGuiApp
H A Damule-remote-gui.cpp361 friendlist = new CFriendListRem(m_connect);
1100 theApp->friendlist->ProcessUpdate(curTag, NULL, EC_TAG_FRIEND);
2099 theApp->friendlist->RequestSharedFileList(ref);
H A DBaseClient.cpp140 if ((m_Friend = theApp->friendlist->FindFriend(CMD4Hash(), m_dwUserIP, m_nUserPort)) != NULL){
701 if ((m_Friend = theApp->friendlist->FindFriend(m_UserHash, m_dwUserIP, m_nUserPort)) != NULL){

Completed in 112 milliseconds