Searched refs:SQLITE_CountRows (Results 1 – 2 of 2) sorted by relevance
9568 #define SQLITE_CountRows 0x00001000 /* Count rows changed by INSERT, */ macro64632 assert( db->flags&SQLITE_CountRows );64652 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );83739 if( db->flags & SQLITE_CountRows ){83778 if( db->flags & SQLITE_CountRows ){83838 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){87628 if( db->flags & SQLITE_CountRows ){87870 if( (db->flags & SQLITE_CountRows)!=0 ){90132 { "count_changes", SQLITE_CountRows },98593 if( (db->flags & SQLITE_CountRows) && !pParse->pTriggerTab ){[all …]
16982 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro86584 assert( db->flags&SQLITE_CountRows );86604 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );116065 if( (db->flags & SQLITE_CountRows)!=0121100 if( (db->flags & SQLITE_CountRows)!=0122881 if( (db->flags & SQLITE_CountRows)!=0 ){124949 /* iArg: */ SQLITE_CountRows },137538 if( (db->flags&SQLITE_CountRows)!=0138579 | SQLITE_Defensive | SQLITE_CountRows);