Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23834 #define SHFLG_TestingMode 0x00000400 /* allow unsafe testing features */ macro
26399 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt()
26402 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt()
28058 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db()
34995 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
35007 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
36756 ShellSetFlag(&data,SHFLG_TestingMode); in main()