olestr            392 ext/com_dotnet/com_wrapper.c 		OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) TSRMLS_CC);
olestr            393 ext/com_dotnet/com_wrapper.c 		*pbstrName = SysAllocString(olestr);
olestr            394 ext/com_dotnet/com_wrapper.c 		efree(olestr);