Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c34912 int testctrl = -1; in do_meta_command() local
34946 if( testctrl<0 ){ in do_meta_command()
34947 testctrl = aCtrl[i].ctrlCode; in do_meta_command()
34957 if( testctrl<0 ){ in do_meta_command()
34961 switch(testctrl){ in do_meta_command()
35087 rc2 = sqlite3_test_control(testctrl, p->db, opt); in do_meta_command()
35097 rc2 = sqlite3_test_control(testctrl); in do_meta_command()
35098 isOk = testctrl==SQLITE_TESTCTRL_BYTEORDER ? 1 : 3; in do_meta_command()
35106 rc2 = sqlite3_test_control(testctrl, opt); in do_meta_command()
35127 rc2 = sqlite3_test_control(testctrl, ii, db); in do_meta_command()
[all …]