Home
last modified time | relevance | path

Searched refs:eConflict (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.h1203 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 Dchangeset.c138 int eConflict, in conflictCallback() argument
151 switch( eConflict ){ in conflictCallback()
H A Dsession_speed_test.c206 static int xConflict(void *pCtx, int eConflict, sqlite3_changeset_iter *p){ in xConflict() argument
H A Dsqlite3session.c4637 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 Dspellfix.c2833 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 Dsessionfuzz.c834 int eConflict, in conflictCall() argument
/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c1666 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()