Searched refs:impl2 (Results 1 – 1 of 1) sorted by relevance
2596 IXMLDOMImplementation *impl, *impl2; in test_refs() local2761 hr = IXMLDOMDocument_get_implementation(doc, &impl2); in test_refs()2764 EXPECT_REF(impl2, 1); in test_refs()2765 ok(impl != impl2, "got %p, %p\n", impl, impl2); in test_refs()2767 IXMLDOMImplementation_Release(impl2); in test_refs()