Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstubmanager.c111 list_add_head(&m->ifstubs, &stub->entry); in stub_manager_new_ifstub()
143 LIST_FOR_EACH( cursor, &m->ifstubs ) in stub_manager_ipid_to_ifstub()
164 LIST_FOR_EACH_ENTRY( ifstub, &m->ifstubs, struct ifstub, entry ) in stub_manager_find_ifstub()
190 list_init(&sm->ifstubs); in new_stub_manager()
251 LIST_FOR_EACH_ENTRY(ifstub, &m->ifstubs, struct ifstub, entry) in stub_manager_disconnect()
267 while ((cursor = list_head(&m->ifstubs))) in stub_manager_delete()
H A Dcompobj_private.h90 struct list ifstubs; /* list of active ifstubs for the object (CS lock) */ member