Searched refs:outUsername (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DLoginDialog.cpp102 BOOL LoginDialog::GetLogin( CString &outUsername, CString &outPassword ) argument
106 outUsername = mUsername;
H A DLoginDialog.h42 virtual BOOL GetLogin( CString &outUsername, CString &outPassword );
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DLoginDialog.cpp100 BOOL LoginDialog::GetLogin( CString &outUsername, CString &outPassword ) argument
104 outUsername = mUsername;
H A DLoginDialog.h42 virtual BOOL GetLogin( CString &outUsername, CString &outPassword );
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DRegistrationPage.cpp201 char outUsername[ 256 ]; local
211 if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, sizeof( outUsername ) / sizeof( TCHAR ), outPassword, sizeof( outPassword ) / sizeof( TCHAR ) ) )
213 username = outUsername;
/macosx-10.10/KerberosHelper-151/Tests/
H A Dkerberos-helper-tests.c33 CFStringRef localRealm = NULL, outPrincipal = NULL, outUsername = NULL, inUsername = NULL, hostName = NULL, hostNameDotLocal = NULL; local
265 outUsername = CFDictionaryGetValue (outDict, kKRBUsernameKey);
267 CFDictionarySetValue ((CFMutableDictionaryRef)outDict, kKRBClientPasswordKey, outUsername);

Completed in 74 milliseconds