Home
last modified time | relevance | path

Searched refs:testctrl (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c2776 int testctrl = -1; in do_meta_command() local
2786 if( testctrl<0 ){ in do_meta_command()
2787 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
2790 testctrl = -1; in do_meta_command()
2795 if( testctrl<0 ) testctrl = (int)integerValue(azArg[1]); in do_meta_command()
2796 if( (testctrl<SQLITE_TESTCTRL_FIRST) || (testctrl>SQLITE_TESTCTRL_LAST) ){ in do_meta_command()
2799 switch(testctrl){ in do_meta_command()
2806 rc = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
2819 rc = sqlite3_test_control(testctrl); in do_meta_command()
2830 rc = sqlite3_test_control(testctrl, opt); in do_meta_command()
[all …]