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

/freebsd-13-stable/contrib/wpa/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 91 milliseconds