Searched defs:ppszDomain (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibCredentials.cpp71 * @param ppszDomain Receives pointer of allocated domain name string.
74 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain) argument
78 AssertPtrReturn(ppszDomain, VERR_INVALID_POINTER);
94 rc = RTStrDupEx(ppszDomain, Req.szDomain);
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_dns.c34 const char **ppszDomain)
156 static int get_dns_addr_domain(PNATState pData, const char **ppszDomain) argument
224 if (ppszDomain && st.rcps_domain != 0)
225 *ppszDomain = RTStrDup(st.rcps_domain);
33 get_dns_addr_domain(PNATState pData, const char **ppszDomain) argument

Completed in 45 milliseconds