Home
last modified time | relevance | path

Searched refs:strAddress (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/games/xfrisk/XFrisk/
H A Dclients.c73 CString strAddress; member
146 void CLIENTS_SetAddress(Int32 iNumClient, CString strAddress) in CLIENTS_SetAddress() argument
151 if (pClients[iNumClient].strAddress != NULL) in CLIENTS_SetAddress()
152 MEM_Free(pClients[iNumClient].strAddress); in CLIENTS_SetAddress()
153 pClients[iNumClient].strAddress = (CString)MEM_Alloc(strlen(strAddress)+1); in CLIENTS_SetAddress()
154 strcpy(pClients[iNumClient].strAddress, strAddress); in CLIENTS_SetAddress()
259 return pClients[iNumClient].strAddress; in CLIENTS_GetAddress()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp30 return WriteIC(std::make_pair(std::string("name"), strAddress), strName); in WriteName()
33 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
37 return EraseIC(std::make_pair(std::string("name"), strAddress)); in EraseName()
45 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
47 return EraseIC(std::make_pair(std::string("purpose"), strAddress)); in ErasePurpose()
186 std::string strAddress; in ReadKeyValue() local
187 ssKey >> strAddress; in ReadKeyValue()
192 std::string strAddress; in ReadKeyValue() local
193 ssKey >> strAddress; in ReadKeyValue()
403 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h182 bool WriteName(const std::string& strAddress, const std::string& strName);
183 bool EraseName(const std::string& strAddress);
185 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
186 bool ErasePurpose(const std::string& strAddress);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp30 return WriteIC(std::make_pair(std::string("name"), strAddress), strName); in WriteName()
33 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
37 return EraseIC(std::make_pair(std::string("name"), strAddress)); in EraseName()
45 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
47 return EraseIC(std::make_pair(std::string("purpose"), strAddress)); in ErasePurpose()
186 std::string strAddress; in ReadKeyValue() local
187 ssKey >> strAddress; in ReadKeyValue()
192 std::string strAddress; in ReadKeyValue() local
193 ssKey >> strAddress; in ReadKeyValue()
403 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h182 bool WriteName(const std::string& strAddress, const std::string& strName);
183 bool EraseName(const std::string& strAddress);
185 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
186 bool ErasePurpose(const std::string& strAddress);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp30 return WriteIC(std::make_pair(std::string("name"), strAddress), strName); in WriteName()
33 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
37 return EraseIC(std::make_pair(std::string("name"), strAddress)); in EraseName()
45 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
47 return EraseIC(std::make_pair(std::string("purpose"), strAddress)); in ErasePurpose()
186 std::string strAddress; in ReadKeyValue() local
187 ssKey >> strAddress; in ReadKeyValue()
192 std::string strAddress; in ReadKeyValue() local
193 ssKey >> strAddress; in ReadKeyValue()
403 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h182 bool WriteName(const std::string& strAddress, const std::string& strName);
183 bool EraseName(const std::string& strAddress);
185 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
186 bool ErasePurpose(const std::string& strAddress);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Events.Edir.EventData/
H A DChangeAddressEventData.cs70 protected string strAddress; field in Novell.Directory.Ldap.Events.Edir.EventData.ChangeAddressEventData
75 return strAddress;
105 strAddress = ((Asn1OctetString) decoder.decode(decodedData, length)).stringValue(); in ChangeAddressEventData()
122 buf.AppendFormat("(address={0})", strAddress); in ToString()
H A DReferralAddress.cs51 protected string strAddress; field in Novell.Directory.Ldap.Events.Edir.EventData.ReferralAddress
56 return strAddress;
66 strAddress = ((Asn1OctetString) dseObject.get_Renamed(1)).stringValue(); in ReferralAddress()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwalletdb.cpp62 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
66 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
74 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
212 std::string strAddress; in ReadKeyValue() local
213 ssKey >> strAddress; in ReadKeyValue()
218 std::string strAddress; in ReadKeyValue() local
219 ssKey >> strAddress; in ReadKeyValue()
393 std::string strAddress, strKey, strValue; in ReadKeyValue() local
394 ssKey >> strAddress; in ReadKeyValue()
461 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SRB2Updater/
H A DMSClient.cs31 public List<MSServerEntry> GetServerList(string strAddress, ushort unPort) in GetServerList() argument
34 IPHostEntry iphe = Dns.GetHostEntry(strAddress); in GetServerList()
87 msse.strAddress = Encoding.ASCII.GetString(br.ReadBytes(16)); in GetServerList()
114 public string strAddress; field
H A DServerQuerier.cs57 public void SetMasterServer(string strAddress, ushort unPort) in SetMasterServer() argument
59 IPAddress address = Dns.GetHostEntry(strAddress).AddressList[0]; in SetMasterServer()
63 public void Query(string strAddress, ushort unPort) in Query() argument
86 udpclient.Send(byPacket, byPacket.Length, strAddress, unPort); in Query()
175 srb2si.strAddress = sirh.ipepRemote.Address.ToString(); in Receive()
344 public string strAddress; field
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp32 bool CWalletDB::WriteName(const string& strAddress, const string& strName) in WriteName() argument
35 return Write(make_pair(string("name"), strAddress), strName); in WriteName()
38 bool CWalletDB::EraseName(const string& strAddress) in EraseName() argument
43 return Erase(make_pair(string("name"), strAddress)); in EraseName()
49 return Write(make_pair(string("purpose"), strAddress), strPurpose); in WritePurpose()
360 string strAddress; in ReadKeyValue() local
361 ssKey >> strAddress; in ReadKeyValue()
366 string strAddress; in ReadKeyValue() local
367 ssKey >> strAddress; in ReadKeyValue()
592 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h125 bool WriteName(const std::string& strAddress, const std::string& strName);
126 bool EraseName(const std::string& strAddress);
128 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
129 bool ErasePurpose(const std::string& strAddress);
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp32 bool CWalletDB::WriteName(const string& strAddress, const string& strName) in WriteName() argument
35 return Write(make_pair(string("name"), strAddress), strName); in WriteName()
38 bool CWalletDB::EraseName(const string& strAddress) in EraseName() argument
43 return Erase(make_pair(string("name"), strAddress)); in EraseName()
49 return Write(make_pair(string("purpose"), strAddress), strPurpose); in WritePurpose()
360 string strAddress; in ReadKeyValue() local
361 ssKey >> strAddress; in ReadKeyValue()
366 string strAddress; in ReadKeyValue() local
367 ssKey >> strAddress; in ReadKeyValue()
592 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h125 bool WriteName(const std::string& strAddress, const std::string& strName);
126 bool EraseName(const std::string& strAddress);
128 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
129 bool ErasePurpose(const std::string& strAddress);
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp32 bool CWalletDB::WriteName(const string& strAddress, const string& strName) in WriteName() argument
35 return Write(make_pair(string("name"), strAddress), strName); in WriteName()
38 bool CWalletDB::EraseName(const string& strAddress) in EraseName() argument
43 return Erase(make_pair(string("name"), strAddress)); in EraseName()
49 return Write(make_pair(string("purpose"), strAddress), strPurpose); in WritePurpose()
360 string strAddress; in ReadKeyValue() local
361 ssKey >> strAddress; in ReadKeyValue()
366 string strAddress; in ReadKeyValue() local
367 ssKey >> strAddress; in ReadKeyValue()
592 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
H A Dwalletdb.h125 bool WriteName(const std::string& strAddress, const std::string& strName);
126 bool EraseName(const std::string& strAddress);
128 bool WritePurpose(const std::string& strAddress, const std::string& purpose);
129 bool ErasePurpose(const std::string& strAddress);
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp68 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName);
71 bool WalletBatch::EraseName(const std::string& strAddress)
75 return EraseIC(std::make_pair(DBKeys::NAME, strAddress));
83 bool WalletBatch::ErasePurpose(const std::string& strAddress)
85 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress));
322 std::string strAddress;
323 ssKey >> strAddress;
328 std::string strAddress;
329 ssKey >> strAddress;
582 std::string strAddress, strKey, strValue;
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp68 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); in WriteName()
71 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
75 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
83 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
85 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress)); in ErasePurpose()
322 std::string strAddress; in ReadKeyValue() local
323 ssKey >> strAddress; in ReadKeyValue()
328 std::string strAddress; in ReadKeyValue() local
329 ssKey >> strAddress; in ReadKeyValue()
582 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp64 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); in WriteName()
67 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
71 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
79 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
81 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress)); in ErasePurpose()
283 std::string strAddress; in ReadKeyValue() local
284 ssKey >> strAddress; in ReadKeyValue()
289 std::string strAddress; in ReadKeyValue() local
290 ssKey >> strAddress; in ReadKeyValue()
543 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp64 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); in WriteName()
67 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
71 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
79 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
81 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress)); in ErasePurpose()
283 std::string strAddress; in ReadKeyValue() local
284 ssKey >> strAddress; in ReadKeyValue()
289 std::string strAddress; in ReadKeyValue() local
290 ssKey >> strAddress; in ReadKeyValue()
543 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp64 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); in WriteName()
67 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
71 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
79 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
81 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress)); in ErasePurpose()
283 std::string strAddress; in ReadKeyValue() local
284 ssKey >> strAddress; in ReadKeyValue()
289 std::string strAddress; in ReadKeyValue() local
290 ssKey >> strAddress; in ReadKeyValue()
543 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp68 return WriteIC(std::make_pair(DBKeys::NAME, strAddress), strName); in WriteName()
71 bool WalletBatch::EraseName(const std::string& strAddress) in EraseName() argument
75 return EraseIC(std::make_pair(DBKeys::NAME, strAddress)); in EraseName()
83 bool WalletBatch::ErasePurpose(const std::string& strAddress) in ErasePurpose() argument
85 return EraseIC(std::make_pair(DBKeys::PURPOSE, strAddress)); in ErasePurpose()
322 std::string strAddress; in ReadKeyValue() local
323 ssKey >> strAddress; in ReadKeyValue()
328 std::string strAddress; in ReadKeyValue() local
329 ssKey >> strAddress; in ReadKeyValue()
582 std::string strAddress, strKey, strValue; in ReadKeyValue() local
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Daddressfield.cpp128 void AddressField::appendAddress(const QString &strAddress) in appendAddress() argument
132 CTxDestination address = DecodeDestination(strAddress.toStdString()); in appendAddress()
136 m_stringList.append(strAddress); in appendAddress()

123456789