Lines Matching refs:testctrl
31847 int testctrl = -1; in do_meta_command() local
31881 if( testctrl<0 ){ in do_meta_command()
31882 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
31892 if( testctrl<0 ){ in do_meta_command()
31896 switch(testctrl){ in do_meta_command()
32021 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
32031 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
32032 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; in do_meta_command()
32040 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32061 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
32071 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32081 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
32088 rc2 = sqlite3_test_control(testctrl, p->db); in do_meta_command()
32094 rc2 = sqlite3_test_control(testctrl, p->db, in do_meta_command()
32104 rc2 = sqlite3_test_control(testctrl, p->db, &x); in do_meta_command()
32113 sqlite3_test_control(testctrl, p->out); in do_meta_command()
32124 sqlite3_test_control(testctrl, id, &val); in do_meta_command()
32128 sqlite3_test_control(testctrl, -id, &rc2); in do_meta_command()
32134 rc2 = sqlite3_test_control(testctrl, -id, &val); in do_meta_command()
32149 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
32161 sqlite3_test_control(testctrl, &rc2); in do_meta_command()
32171 sqlite3_test_control(testctrl, 0); in do_meta_command()
32176 sqlite3_test_control(testctrl, faultsim_callback); in do_meta_command()
32180 sqlite3_test_control(testctrl, faultsim_callback); in do_meta_command()