Home
last modified time | relevance | path

Searched refs:SQLITE_VdbeTrace (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpragma.h610 /* iArg: */ SQLITE_SqlTrace|SQLITE_VdbeListing|SQLITE_VdbeTrace },
625 /* iArg: */ SQLITE_VdbeTrace },
H A Dvdbe.c589 # define REGISTER_TRACE(R,M) if(db->flags&SQLITE_VdbeTrace)registerTrace(R,M)
712 && (p->db->flags & (SQLITE_VdbeListing|SQLITE_VdbeEQP|SQLITE_VdbeTrace))!=0 in sqlite3VdbeExec()
732 if( p->db->flags & SQLITE_VdbeTrace ) printf("VDBE Trace:\n"); in sqlite3VdbeExec()
753 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4466 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4494 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4504 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4514 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
8176 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
H A Dvdbemem.c969 if( pVdbe->db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeMemAboutToChange()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpragma.h611 /* iArg: */ SQLITE_SqlTrace|SQLITE_VdbeListing|SQLITE_VdbeTrace },
626 /* iArg: */ SQLITE_VdbeTrace },
H A Dvdbe.c494 # define REGISTER_TRACE(R,M) if(db->flags&SQLITE_VdbeTrace)registerTrace(R,M)
615 && (p->db->flags & (SQLITE_VdbeListing|SQLITE_VdbeEQP|SQLITE_VdbeTrace))!=0 in sqlite3VdbeExec()
635 if( p->db->flags & SQLITE_VdbeTrace ) printf("VDBE Trace:\n"); in sqlite3VdbeExec()
656 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
7154 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpragma.h610 /* iArg: */ SQLITE_SqlTrace|SQLITE_VdbeListing|SQLITE_VdbeTrace },
625 /* iArg: */ SQLITE_VdbeTrace },
H A Dvdbe.c594 # define REGISTER_TRACE(R,M) if(db->flags&SQLITE_VdbeTrace)registerTrace(R,M)
717 && (p->db->flags & (SQLITE_VdbeListing|SQLITE_VdbeEQP|SQLITE_VdbeTrace))!=0 in sqlite3VdbeExec()
737 if( p->db->flags & SQLITE_VdbeTrace ) printf("VDBE Trace:\n"); in sqlite3VdbeExec()
758 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4471 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4499 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4509 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
4519 if( db->flags&SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
8149 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
H A Dvdbemem.c969 if( pVdbe->db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeMemAboutToChange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpragma.h645 /* iArg: */ SQLITE_SqlTrace|SQLITE_VdbeListing|SQLITE_VdbeTrace },
660 /* iArg: */ SQLITE_VdbeTrace },
H A Dvdbe.c594 # define REGISTER_TRACE(R,M) if(db->flags&SQLITE_VdbeTrace)registerTrace(R,M)
715 && (p->db->flags & (SQLITE_VdbeListing|SQLITE_VdbeEQP|SQLITE_VdbeTrace))!=0 in sqlite3VdbeExec()
735 if( p->db->flags & SQLITE_VdbeTrace ) printf("VDBE Trace:\n"); in sqlite3VdbeExec()
756 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
7903 if( db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeExec()
H A Dvdbemem.c960 if( pVdbe->db->flags & SQLITE_VdbeTrace ){ in sqlite3VdbeMemAboutToChange()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h395 #define SQLITE_VdbeTrace 0x00000001 /* True to trace VDBE execution */ macro
H A Dpragma.c119 { "vdbe_trace", SQLITE_VdbeTrace }, in flagPragma()
H A Dbuild.c76 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; in sqliteExec()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkpragmatab.tcl88 ARG: SQLITE_VdbeTrace
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkpragmatab.tcl93 ARG: SQLITE_VdbeTrace
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h395 #define SQLITE_VdbeTrace 0x00000001 /* True to trace VDBE execution */ macro
H A Dpragma.c119 { "vdbe_trace", SQLITE_VdbeTrace }, in flagPragma()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl88 ARG: SQLITE_VdbeTrace
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h391 #define SQLITE_VdbeTrace 0x00000001 /* True to trace VDBE execution */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl88 ARG: SQLITE_VdbeTrace
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h648 #define SQLITE_VdbeTrace 0x00000001 /* True to trace VDBE execution */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dpragma.c183 { "vdbe_trace", SQLITE_VdbeTrace }, in flagPragma()
H A DsqliteInt.h919 #define SQLITE_VdbeTrace 0x00000100 /* True to trace VDBE execution */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h917 #define SQLITE_VdbeTrace 0x00000100 /* True to trace VDBE execution */

12345678