Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyWindows.cpp40 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() function
124 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
DMyWindows.h266 EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/third_party/lzma/CPP/7zip/Archive/
DArchiveExports.cpp40 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != NULL) in SetPropStrFromBin()
/third_party/lzma/CPP/7zip/Compress/
DCodecExports.cpp39 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL) in SetPropGUID()