Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupsert.c21 static void SQLITE_NOINLINE upsertDelete(sqlite3 *db, Upsert *p){ in upsertDelete() function
34 if( p ) upsertDelete(db, p); in sqlite3UpsertDelete()