Searched refs:GetUserIDHybrid (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.cpp98 client->GetUserIDHybrid(),
105 DeadSourcePair range = m_sources.equal_range( client->GetUserIDHybrid() );
126 client->GetUserIDHybrid(),
136 DeadSourcePair range = m_sources.equal_range( client->GetUserIDHybrid() );
144 m_sources.insert( DeadSourceMap::value_type( client->GetUserIDHybrid(), source ) );
H A DClientTCPSocket.cpp132 m_remoteip = wxUINT32_SWAP_ALWAYS(in_client->GetUserIDHybrid());
366 if (thePrefs::ParanoidFilter() && !IsLowID(m_client->GetUserIDHybrid()) && (GetRemoteIP() != wxUINT32_SWAP_ALWAYS(m_client->GetUserIDHybrid()))) {
368 reason += Uint32toStringIP(wxUINT32_SWAP_ALWAYS(m_client->GetUserIDHybrid())) + wxT(" / ") + Uint32toStringIP(GetRemoteIP());
846 % m_client->GetUserIDHybrid() );
867 % m_client->GetUserIDHybrid() );
899 % m_client->GetUserIDHybrid() );
905 % m_client->GetUserIDHybrid() );
928 AddLogLineC(CFormat(_("User %s (%u) requested your sharedfiles-list for directory '%s' -> accepted")) % m_client->GetUserName() % m_client->GetUserIDHybrid() % strReqDir);
933 AddLogLineC(CFormat(_("User %s (%u) requested your sharedfiles-list for directory '%s' -> denied")) % m_client->GetUserName() % m_client->GetUserIDHybrid()
[all...]
H A DUpDownClientEC.h118 uint32 GetUserIDHybrid() const { return m_nUserIDHybrid; } function in class:CUpDownClient
H A DClientDetailDialog.cpp100 CFormat(wxT("%u (%s)")) % m_client.GetUserIDHybrid() % (m_client.HasLowID() ? _("LowID") : _("HighID")));
H A DClientRef.cpp159 uint32 WRAPC(GetUserIDHybrid)
H A DClientRef.h159 uint32 GetUserIDHybrid() const;
H A DDownloadClient.cpp84 if (GetUserIDHybrid()!=0
85 && GetUserIDHybrid() == tocomp->GetUserIDHybrid()
109 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetUserPort() == tocomp->GetUserPort()) {
126 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetKadPort() == tocomp->GetKadPort()) {
H A DClientList.cpp114 m_clientList.insert( IDMapPair( toadd->GetUserIDHybrid(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_clientList.insert"))) );
147 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetUserIDHybrid() == newID ) )
195 std::pair<IDMap::iterator, IDMap::iterator> range = m_clientList.equal_range( client->GetUserIDHybrid() );
259 const uint32 userID = client->GetUserIDHybrid();
289 wxASSERT(userID == other->GetUserIDHybrid());
H A Dupdownclient.h174 uint32 GetUserIDHybrid() const { return m_nUserIDHybrid; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp264 AddTag(CECTag(EC_TAG_CLIENT_USER_ID, client->GetUserIDHybrid()), valuemap);
H A DBaseClient.cpp1986 AddDebugLogLineN( logClient, CFormat( wxT("Requesting shared files from user %s (%u) is already in progress") ) % GetUserName() % GetUserIDHybrid() );
2027 sRet = (CFormat(_("NickName: %s ID: %u")) % GetUserName() % GetUserIDHybrid()) + wxT(" ");
2899 AddLogLineC(CFormat(_("User %s (%u) requested sharedfiles-list for not existing directory '%s' -> Ignored")) % GetUserName() % GetUserIDHybrid() % strReqDir);
H A DSearchList.cpp492 toadd->SetClientID(sender->GetUserIDHybrid());
H A DKnownFile.cpp1035 dwID = cur_src->GetUserIDHybrid();
H A DDownloadQueue.cpp724 uint32 nClientIP = wxUINT32_SWAP_ALWAYS(source->GetUserIDHybrid());
H A DPartFile.cpp1006 file.WriteUInt32(cur_src->GetUserIDHybrid());
2624 dwID = cur_src->GetUserIDHybrid();
2626 dwID = wxUINT32_SWAP_ALWAYS(cur_src->GetUserIDHybrid());

Completed in 125 milliseconds