Searched refs:GetFriendSlot (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriend.cpp73 hadFriendslot = m_LinkedClient.GetFriendSlot();
103 if (m_LinkedClient.GetFriendSlot()) {
161 return m_LinkedClient.GetFriendSlot();
H A DUpDownClientEC.h89 bool GetFriendSlot() const { return m_bFriendSlot; } function in class:CUpDownClient
H A DClientRef.cpp131 bool WRAPC(GetFriendSlot)
H A DClientRef.h128 bool GetFriendSlot() const;
H A DUploadQueue.cpp556 if (client->GetFriendSlot()) {
565 if (cur_client->GetFriendSlot() || cur_client->GetUploadFile()->GetUpPriority() == PR_POWERSHARE) {
H A DUploadClient.cpp94 if (IsFriend() && GetFriendSlot() && !HasLowID()) {
589 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, false, true, sentBytesCompleteFile, (IsFriend() && GetFriendSlot()));
590 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, true, true, sentBytesPartFile, (IsFriend() && GetFriendSlot()));
H A Dupdownclient.h228 bool GetFriendSlot() const { return m_bFriendSlot; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp299 AddTag(CECTag(EC_TAG_CLIENT_FRIEND_SLOT, client->GetFriendSlot()), valuemap);
H A DGenericClientListCtrl.cpp592 m_menu->Check(MP_FRIENDSLOT, client.GetFriendSlot());

Completed in 222 milliseconds