SQLITE_CountRows 63415 third_party/sqlite/amalgamation/sqlite3.c assert( db->flags&SQLITE_CountRows ); SQLITE_CountRows 63435 third_party/sqlite/amalgamation/sqlite3.c assert( p->iStatement==0 || db->flags&SQLITE_CountRows ); SQLITE_CountRows 81398 third_party/sqlite/amalgamation/sqlite3.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 81435 third_party/sqlite/amalgamation/sqlite3.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 81494 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){ SQLITE_CountRows 85231 third_party/sqlite/amalgamation/sqlite3.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 85472 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags & SQLITE_CountRows)!=0 ){ SQLITE_CountRows 85517 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){ SQLITE_CountRows 87707 third_party/sqlite/amalgamation/sqlite3.c { "count_changes", SQLITE_CountRows }, SQLITE_CountRows 96030 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab ){ SQLITE_CountRows 96213 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab){ SQLITE_CountRows 96247 third_party/sqlite/amalgamation/sqlite3.c if( (db->flags&SQLITE_CountRows) && !pParse->pTriggerTab && !pParse->nested ){ SQLITE_CountRows 341 third_party/sqlite/src/src/delete.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 378 third_party/sqlite/src/src/delete.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 437 third_party/sqlite/src/src/delete.c if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){ SQLITE_CountRows 748 third_party/sqlite/src/src/insert.c if( db->flags & SQLITE_CountRows ){ SQLITE_CountRows 989 third_party/sqlite/src/src/insert.c if( (db->flags & SQLITE_CountRows)!=0 ){ SQLITE_CountRows 1034 third_party/sqlite/src/src/insert.c if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){ SQLITE_CountRows 171 third_party/sqlite/src/src/pragma.c { "count_changes", SQLITE_CountRows }, SQLITE_CountRows 331 third_party/sqlite/src/src/update.c if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab ){ SQLITE_CountRows 514 third_party/sqlite/src/src/update.c if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab){ SQLITE_CountRows 548 third_party/sqlite/src/src/update.c if( (db->flags&SQLITE_CountRows) && !pParse->pTriggerTab && !pParse->nested ){ SQLITE_CountRows 1095 third_party/sqlite/src/src/vdbe.c assert( db->flags&SQLITE_CountRows ); SQLITE_CountRows 1115 third_party/sqlite/src/src/vdbe.c assert( p->iStatement==0 || db->flags&SQLITE_CountRows );