sqlite3VdbeCountChanges 8256 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeCountChanges(Vdbe*);
sqlite3VdbeCountChanges 81374 third_party/sqlite/amalgamation/sqlite3.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges 85022 third_party/sqlite/amalgamation/sqlite3.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges 95962 third_party/sqlite/amalgamation/sqlite3.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges  317 third_party/sqlite/src/src/delete.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges  539 third_party/sqlite/src/src/insert.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges  263 third_party/sqlite/src/src/update.c   if( pParse->nested==0 ) sqlite3VdbeCountChanges(v);
sqlite3VdbeCountChanges  200 third_party/sqlite/src/src/vdbe.h void sqlite3VdbeCountChanges(Vdbe*);