Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h263 void sqlite3VdbeCountChanges(Vdbe*);
H A Ddelete.c410 if( pParse->nested==0 ) sqlite3VdbeCountChanges(v); in sqlite3DeleteFrom()
H A Dupdate.c602 if( pParse->nested==0 ) sqlite3VdbeCountChanges(v); in sqlite3Update()
H A Dinsert.c805 if( pParse->nested==0 ) sqlite3VdbeCountChanges(v); in sqlite3Insert()
H A Dvdbeaux.c5099 void sqlite3VdbeCountChanges(Vdbe *v){ in sqlite3VdbeCountChanges() function