Searched refs:pending_custom_actions (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | custom.c | 73 static struct list pending_custom_actions = LIST_INIT( pending_custom_actions ); variable 442 LIST_FOR_EACH_ENTRY( info, &pending_custom_actions, custom_action_info, entry ) in find_action_by_guid() 812 list_add_tail( &pending_custom_actions, &info->entry ); in do_msidbCustomActionTypeDll() 1283 list_add_tail( &pending_custom_actions, &info->entry ); in do_msidbCustomActionTypeScript() 1652 handle_count = list_count( &pending_custom_actions ); in ACTION_FinishCustomActions() 1656 LIST_FOR_EACH_ENTRY_SAFE( info, cursor, &pending_custom_actions, custom_action_info, entry ) in ACTION_FinishCustomActions() 1675 LIST_FOR_EACH_ENTRY_SAFE( info, cursor, &pending_custom_actions, custom_action_info, entry ) in ACTION_FinishCustomActions()
|