Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_on_conflict (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c86 # define sqlite3_vtab_on_conflict 0 macro
383 sqlite3_vtab_on_conflict,
H A Dsqlite3ext.h575 #define sqlite3_vtab_on_conflict sqlite3_api->vtab_on_conflict macro
H A Dvtab.c1286 int sqlite3_vtab_on_conflict(sqlite3 *db){ in sqlite3_vtab_on_conflict() function
H A Dsqlite.h.in3157 ** returned from the [sqlite3_vtab_on_conflict()] interface.
9518 ** [sqlite3_vtab_on_conflict()] function indicates that the current ON
9560 int sqlite3_vtab_on_conflict(sqlite3 *);
9864 ** These constants are returned by [sqlite3_vtab_on_conflict()] to
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c1634 if( sqlite3_vtab_on_conflict(pRtree->db)==SQLITE_REPLACE ){ in geopolyUpdate()
H A Drtree.c3300 if( sqlite3_vtab_on_conflict(pRtree->db)==SQLITE_REPLACE ){ in rtreeUpdate()
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1670 switch( sqlite3_vtab_on_conflict(pTab->db) ){ in zipfileUpdate()
H A Dspellfix.c2833 int eConflict = sqlite3_vtab_on_conflict(db); in spellfix1GetConflict()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c1668 eConflict = sqlite3_vtab_on_conflict(pConfig->db); in fts5UpdateMethod()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c5742 if( sqlite3_vtab_on_conflict(p->db)==SQLITE_REPLACE ){ in sqlite3Fts3UpdateMethod()