Lines Matching refs:bstrVal
14 p->bstrVal = ::SysAllocStringLen(0, numChars); in PropVarEm_Alloc_Bstr()
15 if (!p->bstrVal) in PropVarEm_Alloc_Bstr()
28 p->bstrVal = ::SysAllocStringLen(0, len); in PropVarEm_Set_Str()
29 if (!p->bstrVal) in PropVarEm_Set_Str()
36 BSTR dest = p->bstrVal; in PropVarEm_Set_Str()
90 bstrVal = ::SysAllocString(lpszSrc); in operator =()
91 if (!bstrVal && lpszSrc) in operator =()
106 bstrVal = ::SysAllocStringLen(0, len); in operator =()
107 if (!bstrVal) in operator =()
116 bstrVal[i] = s[i]; in operator =()
138 bstrVal = ::SysAllocStringLen(0, numChars); in AllocBstr()
139 if (!bstrVal) in AllocBstr()
145 return bstrVal; in AllocBstr()