Home
last modified time | relevance | path

Searched refs:SysAllocStringByteLen (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Common/
DMyWindows.cpp36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() function
120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
DMyWindows.h194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
DMyCom.h124 BSTR res = ::SysAllocStringByteLen(NULL, byteLen); in MyCopy()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp37 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropString()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp31 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropString()