Searched refs:testctrl (Results 1 – 2 of 2) sorted by relevance
27650 int testctrl = -1; in do_meta_command() local27684 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()[all …]
4081 testctrl