HomeSort by relevance Sort by last modified time
    Searched refs:BstrFree (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 45 #define BstrFree(x) if (x) SysFreeString(x)
62 BstrFree(bsQueryLanguage);
63 BstrFree(bsQuery);
83 BstrFree(bsQueryLanguage);
84 BstrFree(bsQuery);
108 BstrFree(bsNetworkResource);
109 BstrFree(bsUser);
110 BstrFree(bsPassword);
111 BstrFree(bsLocale);
112 BstrFree(bsAuthority)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 39 #define BstrFree(x) if (x) SysFreeString(x)
56 BstrFree(bsQueryLanguage);
57 BstrFree(bsQuery);
77 BstrFree(bsQueryLanguage);
78 BstrFree(bsQuery);
102 BstrFree(bsNetworkResource);
103 BstrFree(bsUser);
104 BstrFree(bsPassword);
105 BstrFree(bsLocale);
106 BstrFree(bsAuthority)
    [all...]

Completed in 21 milliseconds