Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Dcustom.c1565 int gotdriver = 0, gotdriver2 = 0; in odbc_present() local
1579 gotdriver2 = 1; in odbc_present()
1582 ok(hinst, gotdriver2, "driver 2 absent\n"); in odbc_present()
1588 int gotdriver = 0, gotdriver2 = 0; in odbc_absent() local
1602 gotdriver2 = 1; in odbc_absent()
1605 ok(hinst, !gotdriver2, "driver 2 present\n"); in odbc_absent()
H A Daction.c5495 int gotdriver = 0, gotdriver2 = 0; in test_install_remove_odbc() local
5538 gotdriver2 = 1; in test_install_remove_odbc()
5541 ok(gotdriver2, "driver 2 not installed\n"); in test_install_remove_odbc()
5553 gotdriver = gotdriver2 = 0; in test_install_remove_odbc()
5562 gotdriver2 = 1; in test_install_remove_odbc()
5565 ok(!gotdriver2, "driver 2 not installed\n"); in test_install_remove_odbc()