Searched refs:comp2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 3349 char comp[39], comp_squashed[33], comp2[39], comp2_base85[21], comp2_squashed[33]; in test_MsiProvideQualifiedComponentEx() local 3364 compose_base85_guid( comp2, comp2_base85, comp2_squashed ); in test_MsiProvideQualifiedComponentEx() 12273 char comp1[39], comp2[39], guid[39]; in test_MsiEnumComponents() local 12287 create_test_guid( comp2, comp_squashed2 ); in test_MsiEnumComponents() 12324 if (!strcmp( guid, comp2 )) found2 = TRUE; in test_MsiEnumComponents() 12347 char comp1[39], comp2[39], guid[39], sid[128]; in test_MsiEnumComponentsEx() local 12361 create_test_guid( comp2, comp_squashed2 ); in test_MsiEnumComponentsEx() 12409 if (!strcmp( comp2, guid )) in test_MsiEnumComponentsEx()
|