Home
last modified time | relevance | path

Searched refs:OPFLAG_LASTROWID (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dinsert.c1772 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
2184 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID| in xferOptimization()
2187 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND; in xferOptimization()
H A DsqliteInt.h3093 #define OPFLAG_LASTROWID 0x20 /* Set to update db->lastRowid */ macro
H A Dvdbe.c4404 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = x.nKey; in sqlite3VdbeExec()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h949 #define OPFLAG_LASTROWID 2 /* Set to update db->lastRowid */ macro
H A Dinsert.c893 (isUpdate?0:OPFLAG_LASTROWID) | OPFLAG_CSCHANGE); in sqliteCompleteInsertion()
H A Dvdbe.c2938 if( pOp->p2 & OPFLAG_LASTROWID ) db->lastRowid = pNos->i; in sqliteVdbeExec()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h949 #define OPFLAG_LASTROWID 2 /* Set to update db->lastRowid */ macro
H A Dinsert.c893 (isUpdate?0:OPFLAG_LASTROWID) | OPFLAG_CSCHANGE); in sqliteCompleteInsertion()
H A Dvdbe.c2938 if( pOp->p2 & OPFLAG_LASTROWID ) db->lastRowid = pNos->i; in sqliteVdbeExec()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h945 #define OPFLAG_LASTROWID 2 /* Set to update db->lastRowid */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c1461 pik_flags |= (isUpdate?OPFLAG_ISUPDATE:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
1792 sqlite3VdbeChangeP5(v, OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND); in xferOptimization()
H A DsqliteInt.h2279 #define OPFLAG_LASTROWID 0x02 /* Set to update db->lastRowid */ macro
H A Dvdbe.c3926 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = iKey; in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dinsert.c2341 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
2794 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID| in xferOptimization()
2797 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND; in xferOptimization()
H A DsqliteInt.h3413 #define OPFLAG_LASTROWID 0x20 /* Set to update db->lastRowid */ macro
H A Dvdbe.c4913 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = x.nKey; in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dinsert.c2503 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
2961 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND|OPFLAG_PREFORMAT; in xferOptimization()
H A DsqliteInt.h3579 #define OPFLAG_LASTROWID 0x20 /* Set to update db->lastRowid */ macro
H A Dvdbe.c5114 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = x.nKey; in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dinsert.c2348 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID); in sqlite3CompleteInsertion()
2802 insFlags = OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND; in xferOptimization()
H A DsqliteInt.h3485 #define OPFLAG_LASTROWID 0x20 /* Set to update db->lastRowid */ macro
H A Dvdbe.c5117 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = x.nKey; in sqlite3VdbeExec()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1577 #define OPFLAG_LASTROWID 2 /* Set to update db->lastRowid */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2280 #define OPFLAG_LASTROWID 0x02 /* Set to update db->lastRowid */
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9729 #define OPFLAG_LASTROWID 0x02 /* Set to update db->lastRowid */ macro
56022 if( pOp->p5 & OPFLAG_LASTROWID ) db->lastRowid = u.bf.iKey;
75199 pik_flags |= (isUpdate?OPFLAG_ISUPDATE:OPFLAG_LASTROWID);
75530 vtk_sqlite3VdbeChangeP5(v, OPFLAG_NCHANGE|OPFLAG_LASTROWID|OPFLAG_APPEND);

12345678