ips               303 ext/com_dotnet/com_persist.c 	IPersistStream 		*ips;
ips               313 ext/com_dotnet/com_persist.c 	if (!helper->ips && helper->unk) {
ips               314 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistStream, &helper->ips);
ips               316 ext/com_dotnet/com_persist.c 	return helper->ips ? S_OK : E_NOTIMPL;
ips               496 ext/com_dotnet/com_persist.c 		if (helper->ips) {
ips               497 ext/com_dotnet/com_persist.c 			res = IPersistStream_GetSizeMax(helper->ips, &size);
ips               583 ext/com_dotnet/com_persist.c 			if (helper->ips) {
ips               632 ext/com_dotnet/com_persist.c 		if (helper->ips) {
ips               633 ext/com_dotnet/com_persist.c 			res = IPersistStream_Save(helper->ips, stm, TRUE);
ips               702 ext/com_dotnet/com_persist.c 	if (object->ips) {
ips               703 ext/com_dotnet/com_persist.c 		IPersistStream_Release(object->ips);
ips               727 ext/com_dotnet/com_persist.c 	if (clone->ips) {
ips               728 ext/com_dotnet/com_persist.c 		IPersistStream_AddRef(clone->ips);