Home
last modified time | relevance | path

Searched refs:pNewClient (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DClientList.cpp854 if (!pNewClient) { in RequestTCP()
872 AddClient(pNewClient); in RequestTCP()
885 if (!pNewClient) { in RequestBuddy()
899 pNewClient->SetUserHash(CMD4Hash(ID)); in RequestBuddy()
901 AddToKadList(pNewClient); in RequestBuddy()
903 AddClient(pNewClient); in RequestBuddy()
930 pNewClient->SetBuddyID(ID); in IncomingBuddy()
931 AddToKadList(pNewClient); in IncomingBuddy()
932 AddClient(pNewClient); in IncomingBuddy()
969 AddToKadList(pNewClient); in DoRequestFirewallCheckUDP()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DClientList.cpp854 if (!pNewClient) { in RequestTCP()
872 AddClient(pNewClient); in RequestTCP()
885 if (!pNewClient) { in RequestBuddy()
899 pNewClient->SetUserHash(CMD4Hash(ID)); in RequestBuddy()
901 AddToKadList(pNewClient); in RequestBuddy()
903 AddClient(pNewClient); in RequestBuddy()
930 pNewClient->SetBuddyID(ID); in IncomingBuddy()
931 AddToKadList(pNewClient); in IncomingBuddy()
932 AddClient(pNewClient); in IncomingBuddy()
969 AddToKadList(pNewClient); in DoRequestFirewallCheckUDP()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Client.cpp378 C4Client *pNewClient = getClientByID(pClient->getID()); in operator =() local
379 if (pNewClient) in operator =()
382 pNewClient->SetCore(pClient->getCore()); in operator =()
387 pNewClient = Add(pClient->getCore()); in operator =()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dconn.h64 void writeAnotherLogRecord(const mstring &pNewFile, const mstring &pNewClient);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dconn.cc465 void conn::writeAnotherLogRecord(const mstring &pNewFile, const mstring &pNewClient) in writeAnotherLogRecord() argument
471 logClient = pNewClient; in writeAnotherLogRecord()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.h144 …void OnClientJoin(C4Client *pNewClient); // called when a new client joined (connection not necess…
H A DC4GameLobby.cpp474 void MainDlg::OnClientJoin(C4Client *pNewClient) in OnClientJoin() argument