Home
last modified time | relevance | path

Searched refs:GetVBTTags (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBaseClient.cpp1048 CTagVarInt tagversion(CT_VERSION, EDONKEYVERSION, GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1062 …E_UDPPORTS, (kadUDPPort << 16) | ((uint32)thePrefs::GetEffectiveUDPPort()), GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1066 …CTagVarInt tagBuddyIP(CT_EMULE_BUDDYIP, theApp->clientlist->GetBuddy()->GetIP(), GetVBTTags() ? 0 … in SendHelloTypePacket()
1072 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1081 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1112 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1146 , GetVBTTags() ? 0 : 32 ); in SendHelloTypePacket()
1155 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
H A DKnownFile.cpp1135 if (pClient && pClient->GetVBTTags()) { in CreateOfferedFilePacket()
1163 …tags.push_back(new CTagVarInt(FT_FILERATING, GetFileRating(), (pClient && pClient->GetVBTTags()) ?… in CreateOfferedFilePacket()
H A DDownloadClient.cpp592 if (GetVBTTags()) { in SendBlockRequests()
701 if (GetVBTTags()) { in SendBlockRequests()
H A Dupdownclient.h531 bool GetVBTTags() const { return m_fValueBasedTypeTags; } in GetVBTTags() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBaseClient.cpp1048 CTagVarInt tagversion(CT_VERSION, EDONKEYVERSION, GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1062 …E_UDPPORTS, (kadUDPPort << 16) | ((uint32)thePrefs::GetEffectiveUDPPort()), GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1066 …CTagVarInt tagBuddyIP(CT_EMULE_BUDDYIP, theApp->clientlist->GetBuddy()->GetIP(), GetVBTTags() ? 0 … in SendHelloTypePacket()
1072 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1081 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1112 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
1146 , GetVBTTags() ? 0 : 32 ); in SendHelloTypePacket()
1155 , GetVBTTags() ? 0 : 32); in SendHelloTypePacket()
H A DKnownFile.cpp1139 if (pClient && pClient->GetVBTTags()) { in CreateOfferedFilePacket()
1167 …tags.push_back(new CTagVarInt(FT_FILERATING, GetFileRating(), (pClient && pClient->GetVBTTags()) ?… in CreateOfferedFilePacket()
H A DDownloadClient.cpp592 if (GetVBTTags()) { in SendBlockRequests()
701 if (GetVBTTags()) { in SendBlockRequests()
H A Dupdownclient.h531 bool GetVBTTags() const { return m_fValueBasedTypeTags; }