Searched defs:serverName (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/com/
H A Dptr.h56 const char *serverName,
368 * @param serverName Name of the server to create an object within.
370 HRESULT createObjectOnServer(const CLSID &clsid, const char *serverName) argument
373 HRESULT rc = GlueCreateObjectOnServer(clsid, serverName, NS_GET_IID(T), (void**)&obj);
/vbox/src/VBox/Main/glue/
H A Dcom.cpp160 const char *serverName,
169 rc = ipcServ->ResolveClientName(serverName, &serverID);
159 GlueCreateObjectOnServer(const CLSID &clsid, const char *serverName, const nsIID &id, void** ppobj) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c936 const char *serverName = DEFAULT_SERVER; local
1002 serverName = opt->value;
1021 if (0 != PL_strcmp(serverName, DEFAULT_SERVER)) serverIsLocal = PR_FALSE;
1103 rv = PR_GetHostByName(serverName, buffer, BUFFER_SIZE, &host);
H A Dprovider.c1143 const char *serverName = DEFAULT_SERVER; local
1219 serverName = opt->value;
1238 if (0 != PL_strcmp(serverName, DEFAULT_SERVER)) serverIsLocal = PR_FALSE;
1316 rv = PR_GetHostByName(serverName, buffer, BUFFER_SIZE, &host);

Completed in 70 milliseconds