Home
last modified time | relevance | path

Searched defs:chngRowid (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c97 int chngRowid /* true if the rowid is being updated */ in indexColumnIsBeingUpdated()
126 int chngRowid /* true if the rowid is being updated */ in indexWhereClauseMightChange()
169 u8 chngRowid; /* Rowid changed in a normal table */ in sqlite3Update() local
H A Dfkey.c1125 int chngRowid /* True for UPDATE that affects rowid */ in sqlite3FkRequired()
H A Dinsert.c1382 int chngRowid /* True if UPDATE changes the rowid */ in sqlite3ExprReferencesUpdatedColumn()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupdate.c97 int chngRowid /* true if the rowid is being updated */ in indexColumnIsBeingUpdated()
126 int chngRowid /* true if the rowid is being updated */ in indexWhereClauseMightChange()
306 u8 chngRowid; /* Rowid changed in a normal table */ in sqlite3Update() local
H A Dfkey.c1127 int chngRowid /* True for UPDATE that affects rowid */ in sqlite3FkRequired()
H A Dinsert.c1395 int chngRowid /* True if UPDATE changes the rowid */ in sqlite3ExprReferencesUpdatedColumn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupdate.c97 int chngRowid /* true if the rowid is being updated */ in indexColumnIsBeingUpdated()
126 int chngRowid /* true if the rowid is being updated */ in indexWhereClauseMightChange()
306 u8 chngRowid; /* Rowid changed in a normal table */ in sqlite3Update() local
H A Dfkey.c1125 int chngRowid /* True for UPDATE that affects rowid */ in sqlite3FkRequired()
H A Dinsert.c1383 int chngRowid /* True if UPDATE changes the rowid */ in sqlite3ExprReferencesUpdatedColumn()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dupdate.c108 int chngRowid; /* True if the record number is being changed */ in sqlite3Update() local
H A Dfkey.c869 int chngRowid /* True for UPDATE that affects rowid */ in sqlite3FkRequired()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dupdate.c114 u8 chngRowid; /* Rowid changed in a normal table */ in sqlite3Update() local
H A Dfkey.c1107 int chngRowid /* True for UPDATE that affects rowid */ in sqlite3FkRequired()
H A Dinsert.c1124 static int checkConstraintUnchanged(Expr *pExpr, int *aiChng, int chngRowid){ in checkConstraintUnchanged()