Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23801 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro
26361 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt()
26364 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt()
26549 if( pArg->mode.eMode==MODE_Insert && ShellHasFlag(pArg,SHFLG_PreserveRowid) ){ in shell_exec()
26723 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList()
28020 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db()
34932 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
34944 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
35798 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine()
35840 }else if( ShellHasFlag(p, SHFLG_CountChanges) ){ in runOneSqlLine()