Searched refs:eConflict (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.h | 1203 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ 1218 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ 1601 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ 1616 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */
|
| H A D | changeset.c | 138 int eConflict, in conflictCallback() argument 151 switch( eConflict ){ in conflictCallback()
|
| H A D | session_speed_test.c | 206 static int xConflict(void *pCtx, int eConflict, sqlite3_changeset_iter *p){ in xConflict() argument
|
| H A D | sqlite3session.c | 4637 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ in sessionChangesetApply() argument 4836 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ in sqlite3changeset_apply_v2() argument 4869 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ in sqlite3changeset_apply() argument 4894 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ in sqlite3changeset_apply_v2_strm() argument 4921 int eConflict, /* DATA, MISSING, CONFLICT, CONSTRAINT */ in sqlite3changeset_apply_strm() argument
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 2833 int eConflict = sqlite3_vtab_on_conflict(db); in spellfix1GetConflict() local 2835 assert( eConflict==SQLITE_ROLLBACK || eConflict==SQLITE_IGNORE in spellfix1GetConflict() 2836 || eConflict==SQLITE_FAIL || eConflict==SQLITE_ABORT in spellfix1GetConflict() 2837 || eConflict==SQLITE_REPLACE in spellfix1GetConflict() 2845 return azConflict[eConflict-1]; in spellfix1GetConflict()
|
| /sqlite-3.40.0/test/ |
| H A D | sessionfuzz.c | 834 int eConflict, in conflictCall() argument
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_main.c | 1666 int eConflict = SQLITE_ABORT; in fts5UpdateMethod() local 1668 eConflict = sqlite3_vtab_on_conflict(pConfig->db); in fts5UpdateMethod() 1700 if( eConflict==SQLITE_REPLACE && eType1==SQLITE_INTEGER ){ in fts5UpdateMethod() 1712 if( eConflict==SQLITE_REPLACE ){ in fts5UpdateMethod()
|