Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL macro
50 bsQueryLanguage = BstrAlloc(strQueryLanguage); in call_IWbemServices_ExecQuery()
51 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecQuery()
70 bsQueryLanguage = BstrAlloc(strQueryLanguage); in call_IWbemServices_ExecNotificationQueryAsync()
71 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecNotificationQueryAsync()
92 bsNetworkResource = BstrAlloc(strNetworkResource); in call_IWbemLocator_ConnectServer()
93 bsUser = BstrAlloc(strUser); in call_IWbemLocator_ConnectServer()
94 bsPassword = BstrAlloc(strPassword); in call_IWbemLocator_ConnectServer()
95 bsLocale = BstrAlloc(strLocale); in call_IWbemLocator_ConnectServer()
96 bsAuthority = BstrAlloc(strAuthority); in call_IWbemLocator_ConnectServer()