Lines Matching refs:sqlite3_test_control
16660 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 1); in do_meta_command()
16716 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum); in do_meta_command()
16719 sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 0, 0); in do_meta_command()
18216 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
18227 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
18236 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
18257 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
18267 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
18277 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
18284 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
18290 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
18301 sqlite3_test_control(testctrl, p->out); in do_meta_command()