Searched refs:serverName (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp86 GetAddressFromName(const wxString& serverName, const wxString& host = wxEmptyString) argument
92 if ( serverName.Find(_T('/')) != wxNOT_FOUND )
95 addr->Filename(serverName);
102 addr->Service(serverName);
164 const wxString& serverName,
167 wxSockAddress *addr = GetAddressFromName(serverName, host);
241 bool wxTCPServer::Create(const wxString& serverName) argument
251 wxSockAddress *addr = GetAddressFromName(serverName);
261 int rc = remove(serverName.fn_str());
289 m_filename = serverName;
163 MakeConnection(const wxString& host, const wxString& serverName, const wxString& topic) argument
[all...]
H A Ddb.cpp1014 wxStrcpy(dbInf.serverName,copyDb->dbInf.serverName);
1183 retcode = SQLGetInfo(hdbc, SQL_SERVER_NAME, (UCHAR*) dbInf.serverName, sizeof(dbInf.serverName), &cb);
1438 cout << wxT(wxT("SERVER Name: ") << dbInf.serverName << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckipc.h111 virtual bool Create(const wxString& serverName);
H A Dipcbase.h137 virtual bool Create(const wxString& serverName) = 0;
H A Ddb.h595 wxChar serverName[80]; // Server Name, typically a connect string member in struct:wxDb::__anon205
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h164 short serverNameOffset; /* offset from start of record to serverName */
171 Str32 serverName; /* server name */ member in struct:MyAFPVolMountInfo
192 short serverNameOffset; /* offset from start of record to serverName */
202 Str32 serverName; /* server name */ member in struct:MyAFPXVolMountInfo
3330 Str31 serverName,
3351 serverName input: The AFP server name.
3386 StringPtr serverName,
3401 serverName output: The AFP server name.
3427 Str31 serverName,
3450 serverName inpu
[all...]
H A DMoreFilesExtras.c3309 Str32 serverName,
3332 infoPtr->serverNameOffset = offsetof(MyAFPVolMountInfo, serverName);
3339 BlockMoveData(serverName, infoPtr->serverName, sizeof(Str32));
3362 StringPtr serverName,
3384 BlockMoveData(tempPtr, serverName, tempPtr[0] + 1);
3416 Str32 serverName,
3460 infoPtr->serverNameOffset = offsetof(MyAFPXVolMountInfo, serverName);
3469 BlockMoveData(serverName, infoPtr->serverName, sizeo
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h164 short serverNameOffset; /* offset from start of record to serverName */
171 Str32 serverName; /* server name */ member in struct:MyAFPVolMountInfo
192 short serverNameOffset; /* offset from start of record to serverName */
202 Str32 serverName; /* server name */ member in struct:MyAFPXVolMountInfo
3330 Str31 serverName,
3351 serverName input: The AFP server name.
3386 StringPtr serverName,
3401 serverName output: The AFP server name.
3427 Str31 serverName,
3450 serverName inpu
[all...]
H A DMoreFilesExtras.c3309 Str32 serverName,
3332 infoPtr->serverNameOffset = offsetof(MyAFPVolMountInfo, serverName);
3339 BlockMoveData(serverName, infoPtr->serverName, sizeof(Str32));
3362 StringPtr serverName,
3384 BlockMoveData(tempPtr, serverName, tempPtr[0] + 1);
3416 Str32 serverName,
3460 infoPtr->serverNameOffset = offsetof(MyAFPXVolMountInfo, serverName);
3469 BlockMoveData(serverName, infoPtr->serverName, sizeo
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.cpp200 wxString serverName(args.BeforeFirst(wxT(':')));
205 a.Hostname(serverName);
208 if (serverName.IsEmpty() || !ok || (result != 4)) {
702 CECTag *serverName = server ? server->GetTagByName(EC_TAG_SERVER_NAME) : NULL; local
703 if (server && serverName) {
705 serverName->GetStringData() %
800 const CECTag *serverName = tag.GetTagByName(EC_TAG_SERVER_NAME); local
801 if (serverName) {
804 s << ip << serverName->GetStringData() << wxT("\n");
H A DServerListCtrl.cpp192 wxString serverName; local
197 serverName << countrydata.Name;
198 serverName << wxT(" - ");
201 serverName << server->GetListName();
202 SetItem(itemnr, COLUMN_SERVER_NAME, serverName);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/dpt/
H A Dsys_info.h238 uCHAR serverName[48]; member in struct:Netware_Info_S::__anon14377
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c103 static char serverName[_MAX_SERVER]; local
110 ParsePath(cwd,serverName,volumeName,dirName); /* shouldn't fail! */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h220 char serverName[SERVER_NAME_LEN_WITH_NULL * 2]; /* BB make bigger for member in struct:cifsSesInfo
H A Dcifs_debug.c163 "displayed\n\t", i, ses->serverName);
169 i, ses->serverName, ses->serverDomain,
H A Dconnect.c1746 sprintf(ses->serverName, "%pI6",
1749 sprintf(ses->serverName, "%pI4",
1930 strnlen(pSesInfo->serverName,
1938 strcpy(temp_unc + 2, pSesInfo->serverName);
1939 strcpy(temp_unc + 2 + strlen(pSesInfo->serverName), "\\IPC$");
H A Dfile.c293 tcon->ses->serverName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp2984 s += pDb->dbInf.serverName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex204 wxChar serverName[80] - Server Name, typically a connect string

Completed in 234 milliseconds