OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BstrAlloc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c
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)
[
all
...]
/external/wpa_supplicant_8/src/drivers/
ndis_events.c
38
#define
BstrAlloc
(x) (x) ? SysAllocString(x) : NULL
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
(strAuthority)
[
all
...]
Completed in 171 milliseconds