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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL macro
50 bsQueryLanguage = BstrAlloc(strQueryLanguage);
51 bsQuery = BstrAlloc(strQuery);
70 bsQueryLanguage = BstrAlloc(strQueryLanguage);
71 bsQuery = BstrAlloc(strQuery);
92 bsNetworkResource = BstrAlloc(strNetworkResource);
93 bsUser = BstrAlloc(strUser);
94 bsPassword = BstrAlloc(strPassword);
95 bsLocale = BstrAlloc(strLocale);
96 bsAuthority = BstrAlloc(strAuthorit
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL macro
50 bsQueryLanguage = BstrAlloc(strQueryLanguage);
51 bsQuery = BstrAlloc(strQuery);
70 bsQueryLanguage = BstrAlloc(strQueryLanguage);
71 bsQuery = BstrAlloc(strQuery);
92 bsNetworkResource = BstrAlloc(strNetworkResource);
93 bsUser = BstrAlloc(strUser);
94 bsPassword = BstrAlloc(strPassword);
95 bsLocale = BstrAlloc(strLocale);
96 bsAuthority = BstrAlloc(strAuthorit
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL macro
50 bsQueryLanguage = BstrAlloc(strQueryLanguage);
51 bsQuery = BstrAlloc(strQuery);
70 bsQueryLanguage = BstrAlloc(strQueryLanguage);
71 bsQuery = BstrAlloc(strQuery);
92 bsNetworkResource = BstrAlloc(strNetworkResource);
93 bsUser = BstrAlloc(strUser);
94 bsPassword = BstrAlloc(strPassword);
95 bsLocale = BstrAlloc(strLocale);
96 bsAuthority = BstrAlloc(strAuthorit
[all...]

Completed in 118 milliseconds