Home
last modified time | relevance | path

Searched refs:SysAllocString (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/Common/
DMyCom.h78 *bstr = ::SysAllocString(src); in StringToBstr()
96 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()
125 m_str = ::SysAllocString(src);
DMyWindows.cpp74 BSTR SysAllocString(const OLECHAR *s) in SysAllocString() function
DMyWindows.h196 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
/external/mdnsresponder/mDNSWindows/SystemService/
DFirewall.cpp140 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName); in mDNSFirewallAppIsEnabled()
226 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName); in mDNSFirewallAddApp()
234 fwBstrName = SysAllocString(fwName); in mDNSFirewallAddApp()
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp110 BSTR strClassProp = SysAllocString(L"Manufacturer"); in IsVPCRunning()
/external/lzma/CPP/Windows/
DPropVariant.cpp101 bstrVal = ::SysAllocString(lpszSrc); in operator =()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c364 *pbstr = SysAllocString(L"Goodbye!"); in GetString()