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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp137 static const char *g_pcszAuthentication = NULL; // web service authentication variable
1060 g_pcszAuthentication = ValueUnion.psz;
1173 if (g_pVirtualBox && g_pcszAuthentication && g_pcszAuthentication[0])
1178 pSystemProperties->COMSETTER(WebServiceAuthLibrary)(com::Bstr(g_pcszAuthentication).raw());
1304 if (g_pVirtualBox && g_pcszAuthentication && g_pcszAuthentication[0])
1309 pSystemProperties->COMSETTER(WebServiceAuthLibrary)(com::Bstr(g_pcszAuthentication).raw());

Completed in 48 milliseconds