Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Ddelete.c268 sqliteGenerateRowDelete(db, v, pTab, iCur, pParse->trigStack==0); in sqliteDeleteFrom()
339 void sqliteGenerateRowDelete( in sqliteGenerateRowDelete() function
H A DsqliteInt.h1213 void sqliteGenerateRowDelete(sqlite*, Vdbe*, Table*, int, int);
H A Dinsert.c838 sqliteGenerateRowDelete(pParse->db, v, pTab, base, 0); in sqliteGenerateConstraintChecks()