Searched refs:gotdriver2 (Results 1 – 2 of 2) sorted by relevance
1565 int gotdriver = 0, gotdriver2 = 0; in odbc_present() local1579 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() local1602 gotdriver2 = 1; in odbc_absent()1605 ok(hinst, !gotdriver2, "driver 2 present\n"); in odbc_absent()
5495 int gotdriver = 0, gotdriver2 = 0; in test_install_remove_odbc() local5538 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()