Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/oleaut32/
H A Dsafearray.c1247 static struct xtunk_impl xtunk = {{&xtunk_vtbl}, 0}; variable
1256 return ++xtunk.ref; in tunk_AddRef()
1261 return --xtunk.ref; in tunk_Release()
1288 xtunk.ref = 1; in test_SafeArrayGetPutElement_IUnknown()
1291 ok(xtunk.ref == 2,"Failed to increment refcount of iface.\n"); in test_SafeArrayGetPutElement_IUnknown()
1294 ok(xtunk.ref == 3,"Failed to increment refcount of iface.\n"); in test_SafeArrayGetPutElement_IUnknown()
1297 … ok(gotvalue == &xtunk.IUnknown_iface, "Got %p instead of %p\n", gotvalue, &xtunk.IUnknown_iface); in test_SafeArrayGetPutElement_IUnknown()
1300 ok(xtunk.ref == 2,"Failed to decrement refcount of iface.\n"); in test_SafeArrayGetPutElement_IUnknown()
1320 xtunk.ref = 1; in test_SafeArrayRedim_IUnknown()
1323 ok(xtunk.ref == 2,"Failed to increment refcount of iface.\n"); in test_SafeArrayRedim_IUnknown()
[all …]