Lines Matching refs:testctrl
18163 int testctrl = -1; in do_meta_command() local
18195 if( testctrl<0 ){ in do_meta_command()
18196 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
18206 if( testctrl<0 ){ in do_meta_command()
18210 switch(testctrl){ 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()
18228 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; 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()