Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Dpackage.c2292 add_custom_action_entry( hdb, "'EmbedNull', 51, 'prop2', '[~]np'" ); in test_property_table()
2638 add_custom_action_entry( hdb, "'MyCustom', 51, 'prop', '[!temporal_file]'" ); in test_formatrecord_tables()
2639 add_custom_action_entry( hdb, "'EscapeIt1', 51, 'prop', '[\\[]Bracket Text[\\]]'" ); in test_formatrecord_tables()
2640 add_custom_action_entry( hdb, "'EscapeIt2', 51, 'prop', '[\\xabcd]'" ); in test_formatrecord_tables()
2641 add_custom_action_entry( hdb, "'EscapeIt3', 51, 'prop', '[abcd\\xefgh]'" ); in test_formatrecord_tables()
2642 add_custom_action_entry( hdb, "'EmbedNull', 51, 'prop', '[~]np'" ); in test_formatrecord_tables()
3561 add_custom_action_entry( hdb, "'ConditionCheck1', 19, '', 'Condition check failed (1)'" ); in test_states()
3562 add_custom_action_entry( hdb, "'ConditionCheck2', 19, '', 'Condition check failed (2)'" ); in test_states()
3563 add_custom_action_entry( hdb, "'ConditionCheck3', 19, '', 'Condition check failed (3)'" ); in test_states()
3569 add_custom_action_entry( hdb, in test_states()
[all …]
H A Ddb.c324 #define add_custom_action_entry(hdb, values) add_entry(__FILE__, __LINE__, "CustomAction", hdb, val… macro
7210 add_custom_action_entry(hdb, "'SetProp', 51, 'MYPROP', 'grape'"); in test_dbtopackage()
7270 add_custom_action_entry(hdb, "'SetProp', 51, 'MYPROP', 'grape'"); in test_dbtopackage()