Home
last modified time | relevance | path

Searched refs:BSTR (Results 1 – 25 of 36) sorted by relevance

12

/external/lzma/CPP/Common/
DMyWindows.cpp36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen()
49 BSTR bstr = (BSTR)((CBstrSizeType *)p + 1); in SysAllocStringByteLen()
57 BSTR SysAllocStringLen(const OLECHAR *s, UINT len) in SysAllocStringLen()
67 BSTR bstr = (BSTR)((CBstrSizeType *)p + 1); in SysAllocStringLen()
74 BSTR SysAllocString(const OLECHAR *s) in SysAllocString()
84 void SysFreeString(BSTR bstr) in SysFreeString()
90 UINT SysStringByteLen(BSTR bstr) in SysStringByteLen()
97 UINT SysStringLen(BSTR bstr) in SysStringLen()
DMyWindows.h59 typedef OLECHAR *BSTR; typedef
176 BSTR bstrVal;
194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
195 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);
196 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
197 MY_EXTERN_C void SysFreeString(BSTR bstr);
198 MY_EXTERN_C UINT SysStringByteLen(BSTR bstr);
199 MY_EXTERN_C UINT SysStringLen(BSTR bstr);
DMyCom.h76 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) in StringToBstr()
84 BSTR m_str;
119 operator BSTR() const { return m_str; } in BSTR() function
120 BSTR* operator&() { return &m_str; }
121 BSTR MyCopy() const in MyCopy()
124 BSTR res = ::SysAllocStringByteLen(NULL, byteLen); in MyCopy()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h24 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
25 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
81 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
82 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
DArchiveOpenCallback.h22 virtual HRESULT Open_CryptoGetTextPassword(BSTR *password) x; \
67 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
DUpdateCallback.cpp143 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
562 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2()
569 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
DArchiveOpenCallback.cpp110 STDMETHODIMP COpenCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
DArchiveExtractCallback.h243 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
/external/lzma/CPP/7zip/
DIPassword.h15 STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CPP/7zip/Archive/
DIArchive.h203 …STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW…
205 …STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_N…
248 STDMETHOD(GetRawPropInfo)(UInt32 index, BSTR *name, PROPID *propID) x;
405 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
410 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
440 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \
/external/lzma/CPP/Windows/
DPropVariant.h58 CPropVariant(BSTR bstrSrc);
75 CPropVariant& operator=(BSTR bstrSrc);
92 BSTR AllocBstr(unsigned numChars);
DPropVariant.cpp36 BSTR dest = p->bstrVal; in PropVarEm_Set_Str()
54 CPropVariant::CPropVariant(BSTR bstrSrc) in CPropVariant()
77 CPropVariant& CPropVariant::operator=(BSTR bstrSrc) in operator =()
132 BSTR CPropVariant::AllocBstr(unsigned numChars) in AllocBstr()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp139 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
157 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
205 STDMETHOD(CryptoGetTextPassword)(BSTR *aPassword);
450 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
503 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
678 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp212 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2()
237 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
DOpenCallbackConsole.cpp29 HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) in Open_CryptoGetTextPassword()
DExtractCallbackConsole.h58 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
DExtractCallbackConsole.cpp193 STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
/external/llvm/tools/llvm-pdbdump/
DBuiltinDumper.cpp62 case PDB_BuiltinType::BSTR: in getTypeName()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h230 BSTR *destPathResult,
241 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
DExtractCallback.cpp102 HRESULT CExtractCallbackImp::Open_CryptoGetTextPassword(BSTR *password) in Open_CryptoGetTextPassword()
516 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
547 BSTR *destPathResult, in AskWrite()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c47 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecQuery()
67 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecNotificationQueryAsync()
89 BSTR bsNetworkResource, bsUser, bsPassword, bsLocale, bsAuthority; in call_IWbemLocator_ConnectServer()
388 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam) in ndis_events_set_status()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h222 static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp571 BSTR bstrNamespace = NULL; in CheckXInputDevices()
572 BSTR bstrDeviceID = NULL; in CheckXInputDevices()
573 BSTR bstrClassName = NULL; in CheckXInputDevices()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp156 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandler.cpp63 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()

12