Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18265 #define SHFLG_TestingMode 0x00000400 /* allow unsafe testing features */ macro
22200 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db()
25861 if( !ShellHasFlag(p,SHFLG_TestingMode) ){ in do_meta_command()
27670 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
27682 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
29146 ShellSetFlag(&data,SHFLG_TestingMode);