Searched refs:byRequestedVersion (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp1150 uint8 byRequestedVersion = 0; local
1153 byRequestedVersion = data_in.ReadUInt8();
1159 if (byRequestedVersion > 0 || m_client->GetSourceExchange1Version() > 1) {
1173 CPacket* tosend = reqfile->CreateSrcInfoPacket(m_client, byRequestedVersion, byRequestedOptions);
1446 uint8 byRequestedVersion = 0; local
1450 byRequestedVersion = data_in.ReadUInt8();
1454 if (byRequestedVersion > 0 || m_client->GetSourceExchange1Version() >= 1) {
1486 CPacket* tosend = file->CreateSrcInfoPacket(m_client, byRequestedVersion, byRequestedOptions);
H A DKnownFile.h254 virtual CPacket* CreateSrcInfoPacket(const CUpDownClient* forClient, uint8 byRequestedVersion, uint16 nRequestedOptions);
H A DKnownFile.cpp906 CPacket* CKnownFile::CreateSrcInfoPacket(const CUpDownClient* forClient, uint8 byRequestedVersion, uint16 nRequestedOptions)
943 if (forClient->SupportsSourceExchange2() && byRequestedVersion > 0){
946 byUsedVersion = std::min(byRequestedVersion, (uint8)SOURCEEXCHANGE2_VERSION);
H A DPartFile.h178 virtual CPacket* CreateSrcInfoPacket(const CUpDownClient* forClient, uint8 byRequestedVersion, uint16 nRequestedOptions);
H A DPartFile.cpp2508 CPacket *CPartFile::CreateSrcInfoPacket(const CUpDownClient* forClient, uint8 byRequestedVersion, uint16 nRequestedOptions) argument
2516 return CKnownFile::CreateSrcInfoPacket(forClient, byRequestedVersion, nRequestedOptions);
2555 if (forClient->SupportsSourceExchange2() && byRequestedVersion > 0){
2558 byUsedVersion = std::min(byRequestedVersion, (uint8)SOURCEEXCHANGE2_VERSION);

Completed in 141 milliseconds