Searched refs:ShellHasFlag (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 23839 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro 26399 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt() 26402 && ShellHasFlag(pArg,SHFLG_TestingMode) ){ in bind_prepared_stmt() 26587 if( pArg->mode.eMode==MODE_Insert && ShellHasFlag(pArg,SHFLG_PreserveRowid) ){ in shell_exec() 26761 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList() 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() 35861 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine() 35903 }else if( ShellHasFlag(p, SHFLG_CountChanges) ){ in runOneSqlLine()
|