Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c18981 ".testctrl CMD ... Run various sqlite3_test_control() operations",
18982 " Run \".testctrl\" with no arguments for details",
24774 if( c=='t' && n>=8 && cli_strncmp(azArg[0], "testctrl", n)==0 ){ in do_meta_command()
24804 int testctrl = -1; in do_meta_command() local
24824 utf8_printf(p->out, " .testctrl %s %s\n", in do_meta_command()
24831 /* convert testctrl text option to value. allow any unique prefix in do_meta_command()
24836 if( testctrl<0 ){ in do_meta_command()
24837 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
24841 "Use \".testctrl --help\" for help\n", zCmd); in do_meta_command()
24847 if( testctrl< in do_meta_command()
[all...]

Completed in 31 milliseconds