Lines Matching refs:testctrl
29020 int testctrl = -1; in do_meta_command() local
29054 if( testctrl<0 ){ in do_meta_command()
29055 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
29065 if( testctrl<0 ){ in do_meta_command()
29069 switch(testctrl){ in do_meta_command()
29076 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
29086 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
29087 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; in do_meta_command()
29095 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
29116 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
29126 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
29136 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
29151 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
29158 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
29164 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
29174 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command()
29183 sqlite3_test_control(testctrl, p->out); in do_meta_command()
29194 sqlite3_test_control(testctrl, id, &val); in do_meta_command()
29198 sqlite3_test_control(testctrl, -id, &rc2); in do_meta_command()
29204 rc2 = sqlite3_test_control(testctrl, -id, &val); in do_meta_command()
29219 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
29231 sqlite3_test_control(testctrl, &rc2); in do_meta_command()
29241 sqlite3_test_control(testctrl, 0); in do_meta_command()
29246 sqlite3_test_control(testctrl, faultsim_callback); in do_meta_command()
29250 sqlite3_test_control(testctrl, faultsim_callback); in do_meta_command()