Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28991 int unSafe; /* Not valid unless --unsafe-testing */ in do_meta_command() member
29040 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
29052 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()