Home
last modified time | relevance | path

Searched refs:impl2 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/msxml3/
H A Ddomdoc.c2596 IXMLDOMImplementation *impl, *impl2; in test_refs() local
2761 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()