Lines Matching refs:testctrl
21295 int testctrl = -1; in do_meta_command() local
21327 if( testctrl<0 ){ in do_meta_command()
21328 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
21338 if( testctrl<0 ){ in do_meta_command()
21347 switch(testctrl){ in do_meta_command()
21353 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
21363 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
21364 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; in do_meta_command()
21372 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21393 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
21403 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21413 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21420 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
21426 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
21436 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command()
21445 sqlite3_test_control(testctrl, p->out); in do_meta_command()
21456 sqlite3_test_control(testctrl, id, &val); in do_meta_command()
21460 sqlite3_test_control(testctrl, -id, &rc2); in do_meta_command()
21466 rc2 = sqlite3_test_control(testctrl, -id, &val); in do_meta_command()
21481 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()