Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyCom.h79 *bstr = ::SysAllocString(src); in StringToBstr()
107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()
138 m_str = ::SysAllocString(src);
DMyWindows.h212 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
DMyWindows.cpp78 BSTR SysAllocString(const OLECHAR *s) in SysAllocString() function
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc440 *pszKeyboardShortcut = ::SysAllocString(L"None"); in get_accKeyboardShortcut()
490 *pszDefaultAction = ::SysAllocString(L"Push"); in get_accDefaultAction()
/third_party/lzma/CPP/Windows/
DPropVariant.cpp101 bstrVal = ::SysAllocString(lpszSrc); in operator =()
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc115 *key = ::SysAllocString(U16ToWChar(name_ptr)); in GetNext()
149 *display_string = ::SysAllocString( in ToDisplayString()
/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.cc204 ::SysAllocString(reinterpret_cast<const OLECHAR*>(value.c_str())); in CreateString()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dndis_events.c38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
/third_party/python/Modules/_ctypes/
D_ctypes_test.c553 *pbstr = SysAllocString(L"Goodbye!"); in GetString()