Searched defs:domainName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/
H A DtmTransactionService.cpp51 char* domainName; // the short queue name member in struct:tm_waiting_msg
57 if (domainName)
58 PL_strfree(domainName);
63 char* domainName; // used by the consumers of this service member in struct:tm_queue_mapping
70 if (domainName)
71 PL_strfree(domainName);
167 // store the domainName and JoinedQueueName, create a place to store the ID
173 qm->domainName = ToNewCString(aDomainName);
174 if (!qm->domainName) {
252 msg->domainName
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp1197 std::string domainName = g_ConfigurationManager->getString(u8Req); local
1198 if (domainName == g_ConfigurationManager->m_noString)
1206 strcpy(pszDomainName, domainName.c_str());
1207 opt.cbRawOpt = domainName.length();
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 50 milliseconds