Searched refs:unk_outer (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/quartz/ |
H A D | filtermapper.c | 590 …ok(unk_outer.AddRef_called == 0, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_mapper() 591 …ok(unk_outer.Release_called == 0, "IUnknownImpl_Release called %d times\n", unk_outer.Release_call… in test_aggregate_filter_mapper() 592 unk_outer.AddRef_called = 0; in test_aggregate_filter_mapper() 593 unk_outer.Release_called = 0; in test_aggregate_filter_mapper() 600 …ok(unk_outer.AddRef_called == 1, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_mapper() 602 unk_outer.AddRef_called = 0; in test_aggregate_filter_mapper() 603 unk_outer.Release_called = 0; in test_aggregate_filter_mapper() 610 …ok(unk_outer.AddRef_called == 1, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_mapper() 612 unk_outer.AddRef_called = 0; in test_aggregate_filter_mapper() 613 unk_outer.Release_called = 0; in test_aggregate_filter_mapper() [all …]
|
H A D | filtergraph.c | 2254 …ok(unk_outer.AddRef_called == 0, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_graph() 2255 …ok(unk_outer.Release_called == 0, "IUnknownImpl_Release called %d times\n", unk_outer.Release_call… in test_aggregate_filter_graph() 2256 unk_outer.AddRef_called = 0; in test_aggregate_filter_graph() 2257 unk_outer.Release_called = 0; in test_aggregate_filter_graph() 2264 …ok(unk_outer.AddRef_called == 1, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_graph() 2266 unk_outer.AddRef_called = 0; in test_aggregate_filter_graph() 2267 unk_outer.Release_called = 0; in test_aggregate_filter_graph() 2274 …ok(unk_outer.AddRef_called == 1, "IUnknownImpl_AddRef called %d times\n", unk_outer.AddRef_called); in test_aggregate_filter_graph() 2276 unk_outer.AddRef_called = 0; in test_aggregate_filter_graph() 2277 unk_outer.Release_called = 0; in test_aggregate_filter_graph() [all …]
|
/reactos/dll/directx/wine/dmusic/ |
H A D | download.c | 89 …ESULT DMUSIC_CreateDirectMusicDownloadImpl(const GUID *guid, void **ret_iface, IUnknown *unk_outer) in DMUSIC_CreateDirectMusicDownloadImpl() argument
|