Home
last modified time | relevance | path

Searched refs:szHostName (Results 1 – 25 of 36) sorted by relevance

12

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsAsyncDnsOperation.cpp82 QString szHostName = m_pDns->hostName(); in lookupTerminated() local
89 params.append(new KviKvsVariant(szHostName.isEmpty() ? QString("?.?") : szHostName)); in lookupTerminated()
110 QString szHostName = m_pDns->hostName(); in lookupTerminated() local
111 pWnd->output(KVI_OUT_HOSTLOOKUP, __tr2qs_ctx("Hostname: %Q", "kvs"), &szHostName); in lookupTerminated()
H A DKviKvsDnsManager.cpp149 QString szHostName = o->dns()->hostName(); in dnsLookupTerminated() local
154 …o->parameterList()->prepend(new KviKvsVariant(szHostName.isEmpty() ? QString("?.?") : szHostName))… in dnsLookupTerminated()
174 QString szHostName = o->dns()->hostName(); in dnsLookupTerminated() local
175 o->window()->output(KVI_OUT_HOSTLOOKUP, __tr2qs_ctx("Hostname: %Q", "kvs"), &szHostName); in dnsLookupTerminated()
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Ddownload_windows.c22 TCHAR szHostName[4096]; in download_simple() local
34 u.lpszHostName = szHostName; in download_simple()
44 …HINTERNET hConnection = InternetConnect(hSession,szHostName,u.nPort,NULL,NULL,INTERNET_SERVICE_HTT… in download_simple()
91 TCHAR szHostName[4096]; in download_head() local
102 u.lpszHostName = szHostName; in download_head()
111 …HINTERNET hConnection = InternetConnect(hSession,szHostName,u.nPort,NULL,NULL,INTERNET_SERVICE_HTT… in download_head()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIrcConnectionUserInfo.h84 void setHostName(const QString & szHostName) { m_szHostName = szHostName; } in setHostName() argument
85 void setUnmaskedHostName(const QString & szHostName) { m_szUnmaskedHostName = szHostName; } in setUnmaskedHostName() argument
H A DKviIrcConnection.cpp1008 void KviIrcConnection::userInfoReceived(const QString & szUserName, const QString & szHostName) in userInfoReceived() argument
1017 if(!szHostName.isEmpty()) in userInfoReceived()
1018 e->setHost(szHostName); in userInfoReceived()
1021 if(szHostName.isEmpty()) in userInfoReceived()
1024 if(KviQString::equalCS(m_pUserInfo->hostName(), szHostName)) in userInfoReceived()
1047 m_pUserInfo->setHostName(szHostName); in userInfoReceived()
1071 if(KviNetUtils::isValidStringIp(szHostName) || KviNetUtils::isValidStringIPv6(szHostName)) in userInfoReceived()
1073 if(KviNetUtils::isValidStringIp(szHostName)) in userInfoReceived()
1077 …I_OUT_SYSTEMMESSAGE, __tr2qs("The local IP address as seen by the IRC server is %Q"), &szHostName); in userInfoReceived()
1078 m_pUserInfo->setHostIp(szHostName); in userInfoReceived()
[all …]
H A DKviIrcConnection.h869 void userInfoReceived(const QString & szUserName, const QString & szHostName);
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_Host.cxx203 char szHostName[MAX_COMPUTERNAME_LENGTH + 1]; in OSD_Host() local
218 ZeroMemory (szHostName, sizeof(char) * (MAX_COMPUTERNAME_LENGTH + 1)); in OSD_Host()
226 else if (!GetComputerNameA (szHostName, &nSize)) in OSD_Host()
245 } else if ( ( phe = gethostbyname (szHostName) ) == NULL ) { in OSD_Host()
260 hostName = szHostName; in OSD_Host()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddtchelp.h49 DTC_STATUS __cdecl GetDTCStatusA(LPSTR szHostName);
51 HRESULT __cdecl StartDTCA(LPSTR szHostName);
53 HRESULT __cdecl StopDTCA(LPSTR szHostName);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddtchelp.h49 DTC_STATUS __cdecl GetDTCStatusA(LPSTR szHostName);
51 HRESULT __cdecl StartDTCA(LPSTR szHostName);
53 HRESULT __cdecl StopDTCA(LPSTR szHostName);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Net/
H A DResolve.cpp180 char szHostName[256] = ""; in GetIPList() local
181 if (::gethostname(szHostName, sizeof(szHostName))) { in GetIPList()
186 if ((status = getaddrinfo(szHostName, NULL, &hints, &res)) != 0) { in GetIPList()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Net/
H A DResolve.cpp180 char szHostName[256] = ""; in GetIPList() local
181 if (::gethostname(szHostName, sizeof(szHostName))) { in GetIPList()
186 if ((status = getaddrinfo(szHostName, NULL, &hints, &res)) != 0) { in GetIPList()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Net/
H A DResolve.cpp180 char szHostName[256] = ""; in GetIPList() local
181 if (::gethostname(szHostName, sizeof(szHostName))) { in GetIPList()
186 if ((status = getaddrinfo(szHostName, NULL, &hints, &res)) != 0) { in GetIPList()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/net/
H A DKviDnsResolverNew.cpp41 QString szHostName; member in KviDnsResolverPrivate
117 m_pPrivateData->szHostName = oHostInfo.hostName(); in slotHostLookupTerminated()
175 return m_pPrivateData->szHostName; in hostName()
/dports/audio/qsynth/qsynth-0.9.2/src/
H A Dqsynth.cpp214 char szHostName[255]; in setup() local
215 if (::gethostname(szHostName, sizeof(szHostName)) == 0) { in setup()
217 sUnique += szHostName; in setup()
/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A Dqsampler.cpp230 char szHostName[255]; in setup() local
231 if (::gethostname(szHostName, sizeof(szHostName)) == 0) { in setup()
233 sUnique += szHostName; in setup()
/dports/audio/qjackctl/qjackctl-qjackctl_0_9_5/src/
H A Dqjackctl.cpp227 char szHostName[255]; in setup() local
228 if (::gethostname(szHostName, sizeof(szHostName)) == 0) { in setup()
230 sUnique += szHostName; in setup()
/dports/net/pwnat/pwnat-5de412c/
H A Dudpserver.c177 char szHostName[255]; in udpserver() local
178 gethostname(szHostName, 255); in udpserver()
179 host_ent = gethostbyname(szHostName); in udpserver()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/
H A DKvsObject_sql.cpp147 QString szConnectionName, szDbName, szDbDriver, szUserName, szHostName, szPassword; in KVSO_CLASS_FUNCTION() local
152 KVSO_PARAMETER("host_name", KVS_PT_STRING, KVS_PF_OPTIONAL, szHostName) in KVSO_CLASS_FUNCTION()
171 db.setHostName(szHostName); in KVSO_CLASS_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c72 char szHostName[255]; member
174 uc.lpszHostName = winInetTransactionP->szHostName; in createWinInetTransaction()
372 winInetTransactionP->szHostName, in performWinInetTransaction()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/wininet_transport/
H A Dxmlrpc_wininet_transport.c75 char szHostName[255]; member
177 uc.lpszHostName = winInetTransactionP->szHostName; in createWinInetTransaction()
375 winInetTransactionP->szHostName, in performWinInetTransaction()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_cliffmetrics/CliffMetrics/
H A Dutils.cpp503 char szHostName[BUFSIZE] = ""; in strGetComputerName() local
504 gethostname(szHostName, BUFSIZE); in strGetComputerName()
506 strComputerName = szHostName; in strGetComputerName()
/dports/emulators/hercules/hercules-3.13/
H A Dw32util.c1553 char szHostName[ WSADESCRIPTION_LEN ]; in gethostid() local
1555 return (gethostname( szHostName, sizeof(szHostName) ) == 0 in gethostid()
1556 && (pHostent = gethostbyname( szHostName )) != NULL) ? in gethostid()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dck_ssl.c200 extern char szHostName[], szUserNameRequested[], szUserNameAuthenticated[];
2260 kssl_ctx_setstring(ssl_con->kssl_ctx, KSSL_SERVER, szHostName);
2262 kssl_ctx_setstring(tls_con->kssl_ctx, KSSL_SERVER, szHostName);
3863 } else if (ssl_check_server_name(tls_con, szHostName)) {
4163 } else if (ssl_check_server_name(tls_con, szHostName)) {
4241 } else if (ssl_check_server_name(ssl_con, szHostName)) {
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DproAdhoc.cpp1809 char szHostName[256] = ""; in getLocalIp() local
1811 if (::gethostname(szHostName, sizeof(szHostName))) { in getLocalIp()
1821 if (getaddrinfo(szHostName, NULL, &hints, &res) == 0 && res != NULL) { in getLocalIp()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DproAdhoc.cpp1809 char szHostName[256] = ""; in getLocalIp() local
1811 if (::gethostname(szHostName, sizeof(szHostName))) { in getLocalIp()
1821 if (getaddrinfo(szHostName, NULL, &hints, &res) == 0 && res != NULL) { in getLocalIp()

12