Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c21295 int testctrl = -1; in do_meta_command() local
21327 if( testctrl<0 ){ in do_meta_command()
21328 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
21338 if( testctrl<0 ){ in do_meta_command()
21347 switch(testctrl){ in do_meta_command()
21363 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
21372 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21403 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21413 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
21445 sqlite3_test_control(testctrl, p->out); in do_meta_command()
[all …]