Searched refs:bsQuery (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | ndis_events.c | 47 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecQuery() local 51 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecQuery() 53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery() 57 BstrFree(bsQuery); in call_IWbemServices_ExecQuery() 67 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecNotificationQueryAsync() local 71 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecNotificationQueryAsync() 74 bsQuery, lFlags, pCtx, in call_IWbemServices_ExecNotificationQueryAsync() 78 BstrFree(bsQuery); in call_IWbemServices_ExecNotificationQueryAsync()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | ndis_events.c | 47 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecQuery() local 51 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecQuery() 53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery() 57 BstrFree(bsQuery); in call_IWbemServices_ExecQuery() 67 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecNotificationQueryAsync() local 71 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecNotificationQueryAsync() 74 bsQuery, lFlags, pCtx, in call_IWbemServices_ExecNotificationQueryAsync() 78 BstrFree(bsQuery); in call_IWbemServices_ExecNotificationQueryAsync()
|