Home
last modified time | relevance | path

Searched refs:hostnameUTF8 (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DRegistrationPage.cpp199 char hostnameUTF8[ 256 ]; in OnSetActive() local
209 StringObjectToUTF8String( hostname, hostnameUTF8, sizeof( hostnameUTF8 ) ); in OnSetActive()
211 …if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, si… in OnSetActive()
291 char hostnameUTF8[ 256 ]; in Commit() local
303 StringObjectToUTF8String( hostname, hostnameUTF8, sizeof( hostnameUTF8 ) ); in Commit()
325 LsaSetSecret( hostnameUTF8, usernameUTF8, passwordUTF8 ); in Commit()
363 domainUTF8 = GetNextLabel( hostnameUTF8, label ); in Commit()