Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:BstrAlloc

44 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
56 bsQueryLanguage = BstrAlloc(strQueryLanguage);
57 bsQuery = BstrAlloc(strQuery);
76 bsQueryLanguage = BstrAlloc(strQueryLanguage);
77 bsQuery = BstrAlloc(strQuery);
98 bsNetworkResource = BstrAlloc(strNetworkResource);
99 bsUser = BstrAlloc(strUser);
100 bsPassword = BstrAlloc(strPassword);
101 bsLocale = BstrAlloc(strLocale);
102 bsAuthority = BstrAlloc(strAuthority);