Lines Matching refs:testctrl
27650 int testctrl = -1; in do_meta_command() local
27684 if( testctrl<0 ){ in do_meta_command()
27685 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
27695 if( testctrl<0 ){ in do_meta_command()
27699 switch(testctrl){ in do_meta_command()
27706 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
27716 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
27717 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; in do_meta_command()
27725 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
27746 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
27756 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
27766 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
27781 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
27788 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
27794 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
27804 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command()
27813 sqlite3_test_control(testctrl, p->out); in do_meta_command()
27824 sqlite3_test_control(testctrl, id, &val); in do_meta_command()
27828 sqlite3_test_control(testctrl, -id, &rc2); in do_meta_command()
27834 rc2 = sqlite3_test_control(testctrl, -id, &val); in do_meta_command()
27849 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
27861 sqlite3_test_control(testctrl, &rc2); in do_meta_command()