olestr            387 ext/com_dotnet/com_wrapper.c 		OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page));
olestr            388 ext/com_dotnet/com_wrapper.c 		*pbstrName = SysAllocString(olestr);
olestr            389 ext/com_dotnet/com_wrapper.c 		efree(olestr);