Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c29020 int testctrl = -1; in do_meta_command() local
29054 if( testctrl<0 ){ in do_meta_command()
29055 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
29065 if( testctrl<0 ){ in do_meta_command()
29069 switch(testctrl){ in do_meta_command()
29086 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
29151 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
29183 sqlite3_test_control(testctrl, p->out); in do_meta_command()
29194 sqlite3_test_control(testctrl, id, &val); in do_meta_command()
29231 sqlite3_test_control(testctrl, &rc2); in do_meta_command()
[all …]